-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 708 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 708 Bytes
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
{
"name": "v14-bot-handler",
"version": "1.1.3",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"dev": "nodemon ./index.js",
"destroyGlobal": "node scripts/destroyGlobal.js",
"destroyGuild": "node scripts/destroyGuild.js"
},
"keywords": [],
"author": "Jason Midul",
"license": "MIT",
"description": "Discord.js V.14 advanced bot handler for JavaScript.",
"dependencies": {
"ascii-table": "^0.0.9",
"colors": "^1.4.0",
"discord-hybrid-sharding": "^2.2.0",
"discord.js": "^14.16.2",
"dotenv": "^16.4.5",
"i18next": "^23.15.2",
"mongoose": "^8.7.0",
"readline": "^1.3.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}