-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"dependencies": {
"@types/express-ws": "^3.0.1",
"@types/socket.io": "^3.0.2",
"@types/ws": "^8.5.3",
"axios": "^1.2.0",
"beautiful-log": "^2.0.0-7",
"beautiful-logs": "^1.0.1",
"body-parser": "^1.20.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-ws": "^5.0.2",
"node-os-utils": "^1.3.7",
"socket.io": "^4.5.4",
"websocket": "^1.0.34",
"ws": "^8.11.0"
},
"name": "deflyio-bot",
"description": "",
"version": "0.0.1",
"main": "./src/DeflyBot/DeFlyBot.ts",
"scripts": {
"run": "ts-node ./src/index.ts",
"proxy": "ts-node ./src/Proxy/Proxy.ts",
"dev": "nodemon",
"test": "npm run tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NeverKnowDev/deflyio-bot.git"
},
"author": "NeverKnowDev",
"license": "ISC",
"bugs": {
"url": "https://github.com/NeverKnowDev/deflyio-bot/issues"
},
"homepage": "https://github.com/NeverKnowDev/deflyio-bot#readme",
"devDependencies": {
"@types/electron": "^1.6.10",
"@types/express": "^4.17.14",
"@types/node-os-utils": "^1.3.0",
"@types/websocket": "^1.0.5",
"electron": "^22.0.0"
}
}