-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 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
{
"name": "factotum-discord-bot",
"version": "5.0.0",
"description": "",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/nwplus/Factotum"
},
"scripts": {
"test-1": "NODE_ENV=TEST SERVER=1 node app.js",
"test-2": "NODE_ENV=TEST SERVER=2 node app.js",
"test-3": "NODE_ENV=TEST SERVER=3 node app.js",
"test-4": "NODE_ENV=TEST SERVER=4 node app.js",
"dev": "NODE_ENV=DEV node app.js",
"docs": "jsdoc -c jsdoc-conf.json -r ."
},
"author": "JP Garcia, Maggie Wang, Shu Ting Hu",
"license": "SEE LICENSE IN ./LICENSE",
"homepage": "https://github.com/nwplus/Factotum",
"dependencies": {
"@discordjs/voice": "^0.11.0",
"@google-cloud/firestore": "^4.15.1",
"@sapphire/framework": "^3.2.0",
"@sentry/node": "^6.14.3",
"@sentry/tracing": "^6.14.3",
"advanced-discord.js-prompts": "^1.7.0",
"csv-parser": "^3.0.0",
"discord.js": "^13.16.0",
"dotenv-flow": "^3.2.0",
"firebase-admin": "^9.11.1",
"fs": "0.0.1-security",
"get-random-emoji": "^1.0.0",
"mongodb": "^3.7.1",
"mongoose": "^5.13.9",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^7.32.0",
"jsdoc": "^3.6.7",
"plain-js-only-better-docs": "^1.0.0"
}
}