-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 915 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
{
"name": "wheat",
"version": "3.5.9",
"description": "wheatbot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "SET NODE_ENV=dev&&nodemon --watch commands --watch mainbot.js --watch modules",
"live": "SET NODE_ENV=live&&node index.js",
"start": "SET NODE_ENV=production&&node index.js"
},
"author": "EMERALD",
"license": "ISC",
"dependencies": {
"@discordjs/rest": "^2.2.0",
"@napi-rs/canvas": "^0.1.51",
"axios": "^1.4.0",
"discord-api-types": "^0.37.75",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"lorem-ipsum": "^2.0.8",
"moment": "^2.30.1",
"mongoose": "^6.5.4",
"node-cache": "^5.1.2",
"qrcode": "^1.5.3",
"randomcolor": "^0.6.2",
"sqlite3": "^5.1.7",
"wheat-better-cmd": "^1.1.10"
},
"devDependencies": {
"eslint": "^8.57.0",
"nodemon": "^3.1.0"
}
}