-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1019 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
39
40
41
{
"name": "sion",
"version": "2.3.6",
"description": "Nothing Special",
"main": "index.js",
"scripts": {
"start": "node index.js",
"postinstall": "node setup.js"
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeremyzijlemans/Defensionem-s-Moderation.git"
},
"author": "Defenisonem",
"contributors": [
"Black"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jeremyzijlemans/Defensionem-s-Moderation/blob/master/LICENSE"
},
"homepage": "https://github.com/jeremyzijlemans/Defensionem-s-Moderation",
"dependencies": {
"@discordjs/uws": "^10.149.0",
"better-sqlite-pool": "^0.2.3",
"better-sqlite3": "^6.0.1",
"chalk": "^2.4.2",
"discord.js": "^11.6.4",
"dotenv": "^8.2.0",
"enmap": "^5.8.2",
"inquirer": "^6.5.2",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"node-gyp": "^7.1.2",
"package.json": "^2.0.1",
"superagent": "^5.3.1"
}
}