-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.25 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": "elis-discord-bot",
"version": "1.0.0",
"main": "app/index.js",
"author": {
"email": "[email protected]",
"name": "Matheus Mello de Lima"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elis-platform/discord-bot"
},
"bugs": {
"url": "https://github.com/elis-platform/discord-bot/issues"
},
"maintainers": [
{
"email": "[email protected]",
"name": "Matheus Mello de Lima"
}
],
"dependencies": {
"@keyv/sqlite": "^2.0.2",
"chalk": "^2.4.2",
"discord.js": "^11.5.1",
"discord.js-commando": "^0.10.0",
"dotenv": "^8.2.0",
"ffmpeg": "^0.0.4",
"ffmpeg-binaries": "3.2.2-3",
"global": "^4.4.0",
"googleapis": "^45.0.0",
"keyv": "^4.0.0",
"node-nlp": "^4.0.0-rc.4",
"parse-time": "^0.1.4",
"pm2": "^4.2.0",
"superagent": "^5.1.0",
"superagent-absolute": "^1.0.1",
"ytdl-core": "0.24.0",
"ytdl-core-discord": "^1.0.3"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"nodemon": "^1.19.4"
},
"scripts": {
"start": "pm2-runtime start ecosystem.config.js --env production",
"dev": "nodemon",
"lint": "eslint ."
}
}