ray-1337
2 years ago
No known key found for this signature in database
GPG Key ID: DED41DCC150FCD32
1 changed files with
3 additions and
16 deletions
-
package.json
|
@ -3,22 +3,9 @@ |
|
|
"version": "2.0.0", |
|
|
"version": "2.0.0", |
|
|
"description": "Manipulate UFW (Ubuntu distribution only) via Node.js.", |
|
|
"description": "Manipulate UFW (Ubuntu distribution only) via Node.js.", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"typings": "./index.d.ts", |
|
|
"typings": "dist/Typings.d.ts", |
|
|
"main": "./index.js", |
|
|
"main": "dist/Index.js", |
|
|
"files": [ |
|
|
"files": [ "dist" ], |
|
|
"src/**/*", |
|
|
|
|
|
"index.js", |
|
|
|
|
|
"index.d.ts", |
|
|
|
|
|
"package.json" |
|
|
|
|
|
], |
|
|
|
|
|
"exports": { |
|
|
|
|
|
".": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"require": "./index.js" |
|
|
|
|
|
}, |
|
|
|
|
|
"./index.js" |
|
|
|
|
|
] |
|
|
|
|
|
}, |
|
|
|
|
|
"funding": [ |
|
|
"funding": [ |
|
|
{ |
|
|
{ |
|
|
"type": "individual", |
|
|
"type": "individual", |
|
|