forked from ParadoxalCorp/FelixBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 734 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 734 Bytes
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
{
"name": "felix",
"version": "4.0.4",
"description": "Felix v4",
"main": "index.js",
"author": "ParadoxOrigins",
"repository": "github:ParadoxalCorp/FelixBot",
"license": "GPL-3.0",
"scripts": {
"start": "node index.js"
},
"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": {
"eris-lavalink": "^1.0.2",
"google-translate-api": "^2.3.0",
"mal-scraper": "^2.4.2",
"raven": "^2.6.0",
"taihou": "^1.0.2"
}
}