-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 901 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 901 Bytes
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
{
"name": "cf-waf-expressions",
"version": "1.4.2",
"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": "GPL-3.0",
"author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
"main": "index.js",
"scripts": {
"m": "ncu -u && npm install && npm update",
"pull": "git pull origin main",
"test": "echo \"Error: no test specified\" && exit 1",
"update": "npm run pull && npm ci --omit=dev && pm2 restart cf-waf"
},
"dependencies": {
"axios": "^1.15.0",
"axios-retry": "^4.5.0",
"cron": "^4.4.0",
"simple-git": "^3.36.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"globals": "^17.5.0"
}
}