-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.04 KB
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": "slavbotdiscord",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node --gc_interval=100 --harmony main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"asciilib": "^0.7.0",
"cat-me": "^1.0.3",
"contentful-webhook-listener": "^1.0.2",
"country-list": "^1.1.1",
"dblapi.js": "^2.3.0",
"discord.js": "^11.4.2",
"discord.js-commando": "^0.10.0",
"dogs": "^0.2.0",
"firebase": "^5.6.0",
"fs-extra": "^7.0.1",
"git": "^0.1.5",
"googleapis": "^33.0.0",
"humanize-duration": "^3.16.0",
"jimp": "^0.2.28",
"node-gyp": "^3.8.0",
"node-image-filter": "^1.0.0",
"node-opus": "^0.3.1",
"node-schedule": "^1.3.1",
"pokemon-gif": "^1.0.13",
"random-animals": "^1.0.3",
"rebuild": "^0.1.2",
"retrotext": "^2.1.2",
"shortid": "^2.2.14",
"timestring": "^5.0.1",
"unique-names-generator": "^1.0.14",
"ws": "^6.1.2"
},
"devDependencies": {}
}