-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 872 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": "syndicate",
"version": "1.0.2",
"description": "Syndicate is a multi-purpose Discord Bot, that uses SQLite for such functions as Economy System & Blacklisting.",
"main": "syndicate.js",
"dependencies": {
"canvas": "^2.0.1",
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"colors": "^1.3.2",
"cpu-stat": "^2.0.1",
"dblapi.js": "^2.3.0",
"discord.js": "^11.4.2",
"express": "^4.16.4",
"hastebin-gen": "^1.3.1",
"http": "0.0.0",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"pastebin-js": "^0.6.0",
"path": "^0.12.7",
"sqlite3": "^4.0.4"
},
"devDependencies": {},
"scripts": {
"test": "help"
},
"keywords": [
"beta",
"discord",
"moderation",
"commands",
"economy",
"system",
"blacklisting"
],
"author": "Syndicate#4271",
"license": "ISC"
}