forked from ParadoxalCorp/felix-production
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "felix",
"version": "4.4.16",
"description": "felix-production",
"main": "index.js",
"author": "ParadoxOrigins",
"contributors": [
{
"name": "Niputi"
}, {
"name": "Otaku17"
}
],
"repository": "github:ParadoxalCorp/felix-production",
"license": "GPL-3.0",
"scripts": {
"start": "node index.js",
"eslint-check": "eslint .",
"test": "nyc mocha"
},
"dependencies": {
"axios": "^0.18.0",
"chalk": "^2.3.1",
"draftlog": "^1.0.12",
"eris": "^0.8.5",
"eris-sharder": "^1.7.9",
"moment": "^2.22.1",
"npm": "^6.0.0",
"rethinkdbdash": "^2.3.31"
},
"optionalDependencies": {
"canvas": "2.0.0-alpha.12",
"canvas-constructor": "^1.0.1",
"eris-lavalink": "^1.0.2",
"eventemitter3": "^3.1.0",
"fs-nextra": "^0.3.5",
"google-translate-api": "^2.3.0",
"ioredis": "^3.2.2",
"mocha": "^5.2.0",
"mock-stdin": "^0.3.1",
"nyc": "^12.0.2",
"mal-scraper": "^2.4.2",
"raven": "^2.6.0",
"taihou": "^2.0.2",
"sharp": "^0.20.5"
},
"devDependencies": {
"@types/ioredis": "^3.2.11",
"@types/mocha": "^5.2.5",
"@types/node": "^10.0.0",
"@types/sharp": "^0.17.9",
"eslint": "^5.0.0"
}
}