-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.13 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
{
"name": "jarvis.djs",
"version": "1.1.9",
"description": "Jarvis.djs Is a Javascript Discord Client Used For Interacting With The Discord API",
"main": "src/index.js",
"types": "./typings/index.d.ts",
"keywords": [
"discord",
"javascript",
"discordapi",
"api",
"jarvis.djs",
"discordjavascript",
"client",
"discordclient",
"voice",
"slashcommands",
"slash",
"commands",
"events"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"testOnline": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaximKing1/Jarvis.git"
},
"bugs": {
"type": "git",
"url": "https://github.com/MaximKing1/Jarvis/issues"
},
"engines": {
"node": ">=14.0.0"
},
"homepage": "hthttps://github.com/MaximKing1/Jarvis#readme",
"author": "MaximKing1",
"license": "Apache-2.0",
"dependencies": {
"bufferutil": "^4.0.3",
"eventemitter3": "^3.3.0",
"merge": "^2.1.1",
"node-fetch": "^2.6.1",
"ws": "^8.17.1",
"zlib-sync": "^0.1.7"
},
"optionalPeerDependencies": {
"events": "^3.3.0"
}
}