UNPKG

netsh-rule

Version:

Utility to generate a batch file to manage inbound and outbound Windows firewall connections for a single exe file or all exe files in folder

43 lines (42 loc) 1.07 kB
{ "name": "netsh-rule", "version": "1.0.5", "author": "Max Zakharzhevskiy", "description": "Utility to generate a batch file to manage inbound and outbound Windows firewall connections for a single exe file or all exe files in folder", "license": "MIT", "main": "dist/cli.js", "bin": "dist/cli.js", "files": [ "dist/**/*" ], "engines": { "node": ">=10.16.0" }, "keywords": [ "generate", "netsh", "batch", "poswershell", "javascript", "typescript" ], "scripts": { "dev": "tsc", "build": "rm -rf dist && tsc", "prepublish": "yarn build" }, "dependencies": { "chalk": "^4.1.0", "minimist": "^1.2.5" }, "devDependencies": { "@types/node": "^14.0.14" }, "repository": { "type": "git", "url": "git+https://github.com/maxzz/netsh-rule.git" }, "bugs": { "url": "https://github.com/maxzz/netsh-rule/issues" } }