-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"dependencies": {
"@discordjs/builders": "^1.6.3",
"@discordjs/rest": "^1.7.1",
"axios": "^1.4.0",
"date-utils": "^1.2.21",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"enquirer": "^2.3.6",
"moment": "^2.29.4",
"mongodb": "^5.6.0",
"node-cron": "^3.0.2"
},
"name": "nitkc-main",
"description": "",
"version": "5.0.3",
"main": "botmain.js",
"scripts": {
"dev": "cross-env NODE_ENV=development node .",
"start": "cross-env NODE_ENV=production node .",
"cmd": "cross-env NODE_ENV=development node deploy-commands.js",
"cmd-prod": "cross-env NODE_ENV=production node deploy-commands.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NITKC-DEV/Kisarazu-Multi-Manager.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NITKC-DEV/Kisarazu-Multi-Manager/issues"
},
"homepage": "https://github.com/NITKC-DEV/Kisarazu-Multi-Manager#readme",
"devDependencies": {
"cross-env": "^7.0.3"
},
"volta": {
"node": "18.16.0",
"npm": "9.7.2",
"pm2": "5.3.0"
}
}