-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 934 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": "Brodi-Bot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"deploy": "node deploy-commands",
"nodemon": "nodemon .",
"nodemon-heroku": "nodemon --exec \"heroku local\" --signal SIGKILL"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"googleapis": "^130.0.0",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"zhconvertor": "^2.2.4"
},
"devDependencies": {
"node": "^21.2.0",
"nodemon": "^3.0.2",
"npm": "^10.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Altivu/Brodi-Bot.git"
},
"bugs": {
"url": "https://github.com/Altivu/Brodi-Bot/issues"
},
"homepage": "https://github.com/Altivu/Brodi-Bot#readme",
"description": ""
}