-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.11 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
{
"name": "crystal-ddos-mitigation",
"version": "1.0.0",
"description": "Advanced DDoS Mitigation using NodeJS especially for GTPS with build-in AI that can connect to your GTPS using Redis",
"main": "src/main.js",
"type": "module",
"scripts": {
"start": "node --no-warnings src/main.js",
"dev": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Akbarrdev",
"license": "GPL-3.0",
"dependencies": {
"@fastify/autoload": "^5.10.0",
"@fastify/cookie": "^9.3.1",
"@fastify/csrf-protection": "^6.4.1",
"@fastify/helmet": "^11.1.1",
"@fastify/rate-limit": "^9.1.0",
"@fastify/static": "^7.0.4",
"@fastify/under-pressure": "^8.5.0",
"@fastify/websocket": "^10.0.1",
"@maxmind/geoip2-node": "^5.0.0",
"axios": "^1.7.2",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"fastify": "^4.28.1",
"fastify-https-redirect": "^1.0.4",
"fastify-metrics": "^11.0.0",
"fastify-plugin": "^4.5.1",
"figures": "^6.1.0",
"gradient-string": "^2.0.2",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.4"
}
}