-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "marvin",
"version": "1.0.0",
"description": "a poor sad bot",
"main": "app.js",
"author": "Jeff <[email protected]>",
"license": "Apache-2.0",
"private": false,
"scripts": {
"start": "pm2 start app.js --watch --name Marvin -- --trace-deprecation && pm2 logs Marvin",
"logs": "pm2 logs Marvin"
},
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.4.1",
"@discordjs/voice": "^0.10.0",
"bonjour-madame": "^1.0.9",
"discord-api-types": "^0.31.2",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"fast-glob": "^3.2.11",
"languagedetect": "^2.0.0",
"libsodium-wrappers": "^0.7.10",
"node-gettext": "^3.0.0",
"require-glob": "^4.0.0",
"stopwords-iso": "^1.1.0",
"wikijs": "^6.3.3"
},
"devDependencies": {
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.13.0",
"git-cz": "^4.8.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}