1 changed files with 29 additions and 0 deletions
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"name": "node-ufw", |
||||
|
"version": "1.0.0", |
||||
|
"description": "Manipulate UFW (Linux distribution only, works best on Ubuntu) via Node.", |
||||
|
"license": "MIT", |
||||
|
"repository": "ray-1337/node-ufw", |
||||
|
"funding": [ |
||||
|
{ |
||||
|
"type": "individual", |
||||
|
"url": "https://trakteer.id/ray1337" |
||||
|
}, |
||||
|
{ |
||||
|
"type": "paypal", |
||||
|
"url": "https://paypal.me/ray0001" |
||||
|
} |
||||
|
], |
||||
|
"author": { |
||||
|
"name": "Hizkia Ray", |
||||
|
"email": "[email protected]", |
||||
|
"url": "https://13373333.one" |
||||
|
}, |
||||
|
"engines": { |
||||
|
"node": ">=12" |
||||
|
}, |
||||
|
"files": ["index.js", "index.d.ts"], |
||||
|
"keywords": ["ufw", "firewall", "ubuntu", "sudo", "linux", "cli"], |
||||
|
"dependencies": {}, |
||||
|
"devDependencies": {} |
||||
|
} |
Loading…
Reference in new issue