Sort
This commit is contained in:
parent
ecf68e27bc
commit
c35b80a153
1 changed files with 23 additions and 14 deletions
37
package.json
37
package.json
|
|
@ -1,28 +1,37 @@
|
|||
{
|
||||
"name": "node-cf-waf-abuseipdb",
|
||||
"name": "cf-waf-abuseipdb",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"up": "ncu -u && npm install && npm update && npm audit fix"
|
||||
"description": "Enables reporting incidents detected by Cloudflare WAF to the AbuseIPDB database.",
|
||||
"keywords": [
|
||||
"abuseipdb",
|
||||
"cloudflare",
|
||||
"cloudflare-waf",
|
||||
"waf",
|
||||
"reporting",
|
||||
"abuseipdb-reporting",
|
||||
"node-abuseipdb"
|
||||
],
|
||||
"homepage": "https://github.com/sefinek24/Node-Cloudflare-WAF-AbuseIPDB#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/sefinek24/Node-Cloudflare-WAF-AbuseIPDB/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sefinek24/Node-Cloudflare-WAF-AbuseIPDB.git"
|
||||
},
|
||||
"author": "Sefinek <contact@nekosia.cat> (https://sefinek.net)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/sefinek24/Node-Cloudflare-WAF-AbuseIPDB/issues"
|
||||
},
|
||||
"homepage": "https://github.com/sefinek24/Node-Cloudflare-WAF-AbuseIPDB#readme",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.9.0",
|
||||
"globals": "^15.9.0"
|
||||
"author": "Sefinek <contact@nekosia.cat> (https://sefinek.net)",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"up": "ncu -u && npm install && npm update && npm audit fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.7.4",
|
||||
"dotenv": "^16.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.9.0",
|
||||
"globals": "^15.9.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue