node-vpn-client
Version:
Controls a instance of OpenVpn Client through the manager interface
57 lines (56 loc) • 1.55 kB
JSON
{
"name": "node-vpn-client",
"version": "0.0.16",
"description": "Controls a instance of OpenVpn Client through the manager interface",
"engineStrict": true,
"engines": {
"node": ">= 8.9.0"
},
"devDependencies": {
"@types/jest": "^23.3.14",
"@types/node": "^8.10.54",
"app-root-path": "^2.2.1",
"jest": "~23.4.2",
"rimraf": "^2.7.1",
"ts-jest": "~23.0.1",
"tslib": "~1.9.3",
"tslint": "~5.11.0",
"tslint-microsoft-contrib": "~5.1.0",
"tsutils": "~3.0.0",
"typescript": "^3.6.4"
},
"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",
"dependencies": {
"ip-address": "^6.1.0",
"node-fetch": "^2.6.0",
"node-vpn-manager": "^0.0.15",
"path": "^0.12.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leoalves/node-vpn-client.git"
},
"keywords": [
"vpn",
"node vpn",
"openvpn",
"vpn client",
"node vpn client"
],
"bugs": {
"url": "https://github.com/leoalves/node-vpn-client/issues"
},
"homepage": "https://github.com/leoalves/node-vpn-client#readme"
}