-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
30 lines (30 loc) · 989 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
{
"name": "cf-waf-expressions",
"version": "1.2.2",
"description": "Cloudflare WAF (Web Application Firewall) rules + a script for their automatic updates. Block unwanted and malicious requests to enhance the security of your origin server!",
"homepage": "https://github.com/sefinek/Cloudflare-WAF-Expressions#readme",
"bugs": {
"url": "https://github.com/sefinek/Cloudflare-WAF-Expressions/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek/Cloudflare-WAF-Expressions.git"
},
"license": "MIT",
"author": "Sefinek <[email protected]> (https://sefinek.net)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"up": "ncu -u && npm i && npm update && npm audit fix"
},
"dependencies": {
"axios": "^1.7.9",
"cron": "^3.3.2",
"dotenv": "^16.4.7",
"simple-git": "^3.27.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"globals": "^15.14.0"
}
}