UNPKG

node-vpn-manager

Version:

Controls a instance of OpenVpn Client through the manager interface

51 lines (50 loc) 1.4 kB
{ "name": "node-vpn-manager", "version": "0.0.15", "description": "Controls a instance of OpenVpn Client through the manager interface", "engineStrict": true, "engines": { "node": ">= 8.9.0" }, "devDependencies": { "@types/jest": "~23.3.1", "@types/node": "~8.10.22", "jest": "~23.4.2", "rimraf": "~2.6.2", "ts-jest": "~23.0.1", "tslint": "~5.11.0", "tslint-microsoft-contrib": "~5.1.0", "tsutils": "~3.0.0", "typescript": "~3.0.1", "tslib": "~1.9.3" }, "scripts": { "clean": "rimraf coverage build tmp", "build": "tsc -p tsconfig.release.json", "watch": "tsc -w -p tsconfig.release.json", "lint": "tslint -t stylish --project \"tsconfig.json\"", "pretest": "npm run lint", "test": "npm run test-only", "test-only": "jest --coverage", "test:watch": "jest --watch" }, "author": "Leonardo Alves <hello@leoalves.net>", "license": "MIT", "main": "./dist/src/main.js", "typings": "./dist/src/main.d.ts", "dependencies": { "node-vpn-daemon": "^0.0.17", "telnet-client": "^0.16.1" }, "keywords": [ "vpn", "node vpn", "openvpn", "vpn client", "node vpn client" ], "bugs": { "url": "https://github.com/leoalves/node-vpn-manager/issues" }, "homepage": "https://github.com/leoalves/node-vpn-manager#readme" }