-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "lowcord.js",
"version": "1.0.0",
"description": "��#\u0000 \u0000z\u0000e\u0000d\u0000.\u0000j\u0000s\u0000\r\u0000 \u0000",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zed-js/lowcord.js.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zed-js/lowcord.js/issues"
},
"homepage": "https://github.com/zed-js/lowcord.js#readme",
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^18.7.12",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"eslint": ">=8.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-xo": "^0.41.0",
"eslint-config-xo-typescript": "^0.52.0",
"eslint-plugin-github": "^4.3.7",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-tsdoc": "^0.2.16",
"typescript": ">=4.4"
},
"dependencies": {
"@lowcordjs/collection": "^1.0.9",
"axios": "^0.27.2",
"discord-api-types": "^0.37.10",
"ws": "^8.8.1"
}
}