forked from lyertia/eris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.46 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"_from": "eris@0.13.3",
"_id": "eris@0.13.3",
"_inBundle": false,
"_integrity": "sha512-WBtLyknOWZpYZL9yPhez0oKUWvYpunSg43hGxawwjwSf3gFXmbEPYrT8KlmZXtpJnX16eQ7mzIq+MgSh3LarEg==",
"_location": "/eris",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eris@0.13.3",
"name": "eris",
"escapedName": "eris",
"rawSpec": "0.13.3",
"saveSpec": null,
"fetchSpec": "0.13.3"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/eris/-/eris-0.13.3.tgz",
"_shasum": "22abb71f9ce0d453200b537cad457dc39c7b302b",
"_spec": "eris@0.13.3",
"_where": "C:\\Users\\camah\\Desktop\\lyessa",
"author": {
"name": "abalabahaha"
},
"browser": {
"child_process": false,
"dgram": false,
"dns": false,
"fs": false,
"node-opus": false,
"tls": false,
"tweetnacl": false,
"ws": false
},
"bugs": {
"url": "https://github.com/abalabahaha/eris/issues"
},
"bundleDependencies": false,
"dependencies": {
"opusscript": "^0.0.7",
"tweetnacl": "^1.0.1",
"ws": "^7.2.1"
},
"deprecated": false,
"description": "A NodeJS Discord library",
"devDependencies": {
"@types/node": "^13.9.0",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"eslint": "^6.8.0",
"typescript": "^3.7.4"
},
"engines": {
"node": ">=8.0.0"
},
"exports": {
".": [
{
"require": "./index.js",
"import": "./esm.mjs"
},
"./index.js"
],
"./esm": "./esm.mjs"
},
"homepage": "https://abal.moe/Eris/",
"keywords": [
"api",
"discord",
"discordapp",
"eris",
"wrapper"
],
"license": "MIT",
"main": "./index.js",
"name": "eris",
"optionalDependencies": {
"opusscript": "^0.0.7",
"tweetnacl": "^1.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abalabahaha/eris.git"
},
"scripts": {
"lint:js": "eslint -c .eslintrc.yml lib examples *.js",
"lint:js:fix": "eslint -c .eslintrc.yml lib examples *.js --fix && echo \"\u001b[1m\u001b[32mOK\u001b[39m\u001b[22m\" || echo \"\u001b[1m\u001b[31mNot OK\u001b[39m\u001b[22m\"",
"lint:ts": "eslint -c .eslintrc.ts.yml *.ts",
"lint:ts:fix": "eslint -c .eslintrc.ts.yml *.ts --fix && echo \"\u001b[1m\u001b[32mOK\u001b[39m\u001b[22m\" || echo \"\u001b[1m\u001b[31mNot OK\u001b[39m\u001b[22m\""
},
"typings": "./index.d.ts",
"version": "0.13.3"
}