forked from Voyrox/LogShield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.2 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
{
"name": "testingddos",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
"test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
"test:update:snapshot": "node --experimental-vm-modules node_modules/jest/bin/jest.js -u",
"test:e2e": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.e2e.config.js"
},
"author": "Frost-Lord",
"license": "ISC",
"dependencies": {
"@tensorflow/tfjs-node": "^4.4.0",
"@tensorflow/tfjs-node-gpu": "^4.7.0",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"cli-color": "^2.0.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"geoip-lite": "^1.4.7",
"http-proxy-middleware": "^2.0.6",
"jest": "^29.5.0",
"path": "^0.12.7",
"pidusage": "^3.0.2",
"redis": "^4.6.6"
},
"devDependencies": {
"jest-environment-jsdom": "^29.5.0"
}
}