-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 994 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
42
43
44
{
"name": "chariot.js",
"version": "3.5.0",
"description": "An extremely lightweight and extensible Eris client framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riyacchi/chariot.js.git"
},
"keywords": [
"eris",
"discord",
"bot",
"commands",
"events",
"boilerplate",
"chariot",
"chariotjs",
"framework",
"kirameki"
],
"author": "Riya <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/riyacchi/chariot.js/issues"
},
"homepage": "https://chariot.js.org/",
"dependencies": {
"chalk": "^2.4.2",
"eris": "^0.15.0",
"eris-additions": "^1.2.5",
"juration": "^0.1.1",
"readdirp": "^3.1.2"
},
"optionalDependencies": {
"@discordjs/opus": "^0.5.0",
"bufferutil": "^4.0.1",
"sodium-native": "^2.4.6",
"zlib-sync": "^0.1.5"
}
}