-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
38 lines (38 loc) · 1006 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": "discord-guardian",
"version": "0.0.1",
"description": "Guardian, a purpose built anti-nuke Discord bot.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plexidev/discord-guardian.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/plexidev/discord-guardian/issues"
},
"homepage": "https://github.com/plexidev/discord-guardian#readme",
"engines": {
"node": "12.x"
},
"dependencies": {
"discord-akairo": "^8.0.0",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"node-fetch": "^2.6.0",
"parse-ms": "^2.1.0",
"path": "^0.12.7",
"quick.db": "github:truexpixels/quick.db",
"sequelize": "^5.21.5",
"dotenv-extended": "^2.8.0",
"dotenv-webpack": "^1.8.0",
"dotenv-safe": "^8.1.0",
"dotenv-cli": "^3.1.0",
"approximate-number": "^2.0.0"
}
}