-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 921 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
39
40
{
"name": "nodebot",
"version": "1.0.0",
"description": "An all purpose utility discord bot",
"main": "bot.js",
"directories": {
"doc": "docs"
},
"engines": {
"node": "14.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"mon": "nodemon bot.js",
"ts": "npx tsc && node bot.js"
},
"author": "Cyber Shores",
"license": "MIT",
"dependencies": {
"axios": "^0.21.2",
"cheerio": "^1.0.0-rc.3",
"dblapi.js": "^2.4.0",
"discord.js": "^12.2.0",
"discord.js-menu": "^1.0.3",
"dotenv": "^8.2.0",
"git-repo-info": "^2.1.1",
"mongoose": "^5.9.19",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.4",
"random-puppy": "^1.1.0",
"request": "^2.88.2",
"require_optional": "^1.0.1",
"snekfetch": "^4.0.4",
"typescript": "^3.9.6",
"urban": "^0.3.2"
},
"devDependencies": {
"@types/node": "^15.12.2"
}
}