-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 880 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
{
"name": "discial",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/Folody-Team/Discial",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"dev": "ts-node test/index.ts",
"dev:nodemon": "nodemon test/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.7",
"websocket": "^1.0.34",
"ws": "^8.8.1",
"ws-heartbeat": "^1.2.0"
},
"devDependencies": {
"@types/node": "^18.7.5",
"@types/node-fetch": "^2.6.2",
"@types/websocket": "^1.0.5",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.21.0",
"eslint-config-google": "^0.14.0",
"husky": "^8.0.1",
"nodemon": "^2.0.19",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}