-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 756 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 756 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
29
30
31
32
33
{
"name": "discord-pro-handler",
"description": "Most advanced handler for discord bot.",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js --ignore '*.json'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ascii-table": "^0.0.9",
"axios": "^1.8.1",
"colors": "^1.4.0",
"discord.js": "^14.12.1",
"dotenv": "^16.4.7",
"moment": "^2.30.1",
"mongoose": "^7.4.5",
"ms": "^2.1.3",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"pro.db-mega": "^1.0.2"
},
"keywords": [
"discord-handler",
"discord.js"
],
"type": "commonjs",
"author": "FlameFace",
"license": "MIT",
"devDependencies": {
"nodemon": "^3.1.9"
}
}