-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1023 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
{
"name": "discord-bladee-server-anti-nuker",
"version": "1.0.0",
"description": "Discord Server Anti Nuke Tool to stop your server from being destroyed.",
"repository": {
"type": "git",
"url": "git+https://github.com/17teen/Discord-Bladee-Server-Anti-Nuker.git"
},
"scripts": {
"start": "concurrently \"node bladee.js\""
},
"author": "MX1D",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/17teen/Discord-Bladee-Server-Anti-Nuker/issues"
},
"homepage": "https://github.com/17teen/Discord-Bladee-Server-Anti-Nuker#readme",
"dependencies": {
"axios": "^0.25.0",
"chalk": "^4.1.1",
"discord-antispam-v12": "^1.0.3",
"discord-buttons": "^4.0.0",
"discord.js": "^12.5.1",
"discord.js-pagination": "^1.0.3",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"lodash": "^4.17.21",
"ms": "^2.1.3",
"mv": "^2.1.1",
"quick.db": "^7.1.3",
"quickuptime": "^1.0.6-Update"
},
"devDependencies": {
"concurrently": "^7.0.0"
}
}