forked from abalabahaha/eris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 995 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
45
46
{
"name": "eris",
"version": "0.10.0",
"description": "A NodeJS Discord library",
"main": "./index.js",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"eslint": "eslint --fix lib index.js && echo \"\u001b[1m\u001b[32mOK\u001b[39m\u001b[22m\" || echo \"\u001b[1m\u001b[31mNot OK\u001b[39m\u001b[22m\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/abalabahaha/eris.git"
},
"keywords": [
"api",
"discord",
"discordapp",
"eris",
"wrapper"
],
"author": "abalabahaha",
"license": "MIT",
"bugs": {
"url": "https://github.com/abalabahaha/eris/issues"
},
"homepage": "https://abal.moe/Eris/",
"dependencies": {
"ws": "^6.0.0"
},
"optionalDependencies": {
"opusscript": "^0.0.4",
"tweetnacl": "^1.0.0"
},
"browser": {
"child_process": false,
"dgram": false,
"dns": false,
"fs": false,
"node-opus": false,
"tls": false,
"tweetnacl": false,
"ws": false
}
}