forked from ZandBraxton/dustbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 819 Bytes
/
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
{
"name": "fgcbot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"devStart": "nodemon bot.js",
"testStart": "node devBot.js",
"testDevStart": "nodemon devBot.js",
"test": "jest"
},
"jest": {
"setupFilesAfterEnv": [
"jest-extended"
]
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.4.1",
"discord-api-types": "^0.33.1",
"discord.js": "^13.7.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"jest": "^28.1.1",
"mongodb": "^4.7.0",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.16",
"python-shell": "^3.0.1",
"undici": "^5.4.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"jest-extended": "^3.0.0"
}
}