-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
36 lines (36 loc) · 876 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": "adminbot",
"version": "4.0.1",
"description": "Discord bot for IW4M Admin",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "Sparker",
"license": "ISC",
"dependencies": {
"better-sqlite3": "^7.6.2",
"colors": "^1.4.0",
"discord-api-types": "^0.36.2",
"discord.js": "^14.8.0",
"moment": "^2.29.4",
"ms": "^2.1.3",
"node-fetch": "^2.6.7",
"pretty-ms": "^6.0.1",
"quick.db": "^9.0.5",
"fs": "^0.0.1-security",
"node-json-db": "^1.4.1",
"string-table": "^0.1.5",
"joi": "^17.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sparker-99/Admin-bot.git"
},
"bugs": {
"url": "https://github.com/Sparker-99/Admin-bot/issues"
},
"homepage": "https://github.com/Sparker-99/Admin-bot#readme",
"devDependencies": {}
}