-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 973 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
32
33
34
35
36
{
"name": "cf-waf-expressions",
"version": "3.1.0",
"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": "jest",
"update": "npm run pull && npm ci --omit=dev && pm2 restart cf-waf"
},
"dependencies": {
"axios": "^1.18.1",
"axios-retry": "^4.5.0",
"cron": "^4.4.0",
"simple-git": "^3.36.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/jest": "^30.0.0",
"globals": "^17.7.0",
"jest": "^30.4.2"
},
"allowScripts": {
"unrs-resolver@1.12.2": true
}
}