-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "jjao-bot",
"version": "2.0.0",
"description": "jjao Discord bot",
"main": "index.js",
"engines": {
"node": ">=18"
},
"scripts": {
"start": "env TZ='America/Bahia' pm2 start index.js",
"build": "echo 'skipping...'",
"dev": "env TZ='America/Bahia' nodemon index.js"
},
"devDependencies": {
"nodemon": "^3.1.0",
"pm2": "^5.4.0"
},
"dependencies": {
"ascii-art-font": "^1.0.2",
"axios": "^1.0.0",
"canvacord": "^5.4.10",
"discord-blackjack": "^4.0.0",
"discord-jokenpo": "^1.6.65",
"discord-leveling-firebase": "^0.9.25",
"discord.js": "^13.9.2",
"dotenv": "^16.0.1",
"express": "^4.19.2",
"firebase": "^9.6.10",
"midi-writer-js": "^3.0.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"quickchart-js": "^3.0.2",
"snakecord": "^1.0.9"
},
"repository": {
"type": "git",
"url": "git+https://jjoaovitor7@github.com/jjoaovitor7/jjao-bot.git"
},
"keywords": [
"jjao",
"discordjs",
"discord-bot",
"js",
"javascript"
],
"author": "João Vítor",
"license": "MIT",
"bugs": {
"url": "https://github.com/jjoaovitor7/jjao-bot/issues"
},
"homepage": "https://github.com/jjoaovitor7/jjao-bot#readme"
}