wireguard-client-wrapper
Version:
Crossplatform wrapper for wireguard client
48 lines (47 loc) • 1.45 kB
JSON
{
"name": "wireguard-client-wrapper",
"version": "0.1.7",
"description": "Crossplatform wrapper for wireguard client",
"keywords": [
"wireguard",
"wrapper",
"wg-quick",
"wg",
"wireguard-client",
"vpn",
"tunnel"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/novoseltcev/wireguard-wrapper.git",
"author": "Novoseltcev Stanislav <novoseltcev.stanislav@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc -d",
"test": "tsc -d && nyc ./node_modules/.bin/_mocha 'test/**/*.test.ts' --timeout 20000",
"lint": "eslint --fix --ext .ts,.tsx .",
"lint:check": "eslint --ext .ts,.tsx .",
"format": "prettier --write --plugin-search-dir=. \"**/*.{ts,tsx,md,json,cjs}\" --ignore-path .gitignore",
"format:check": "prettier --check --plugin-search-dir=. \"**/*.{ts,tsx,md,json,cjs}\" --ignore-path .gitignore"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@testdeck/mocha": "^0.3.3",
"@types/chai": "^4.3.4",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"chai": "^4.3.7",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-kit": "^6.11.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"dependencies": {
"sudo-prompt": "^9.2.1"
}
}