-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 732 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
{
"name": "firewallscope",
"version": "1.45.0",
"description": "Visual analyzer for iptables, ip6tables, nftables and ufw rulesets — paste the output, see the structure.",
"scripts": {
"lint": "eslint 'src/**/*.js' 'test/**/*.js'",
"test": "node --test test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DannyRuizB/firewallscope.git"
},
"author": "Danny Ruiz Boluda",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/DannyRuizB/firewallscope/issues"
},
"homepage": "https://github.com/DannyRuizB/firewallscope#readme",
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.9.1",
"globals": "^17.11.0"
}
}