{ "name": "wireguard-tools.js", "version": "1.5.2", "description": "Control your wireguard interface from node.js, not a wireguard-tools wrapper!", "main": "src/index.js", "types": "src/index.d.ts", "private": false, "type": "commonjs", "homepage": "https://github.com/Sirherobrine23/Wireguard-tools.js#readme", "author": "Matheus Sampaio Queiroga (https://sirherobrine23.org/)", "license": "GPL-2.0-only", "repository": { "type": "git", "url": "git+https://github.com/Sirherobrine23/Wireguard-tools.js.git" }, "keywords": [ "wireguard", "node-addon", "wireguard-tools", "wireguard-basic-tools", "wireguard-utils" ], "bugs": { "url": "https://github.com/Sirherobrine23/Wireguard-tools.js/issues" }, "sponsor": { "url": "https://github.com/sponsors/Sirherobrine23" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=14.0.0" }, "scripts": { "clean": "rm -rf build prebuilds dist", "prebuildify": "prebuildify --napi", "prebuildify:linux": "for Arch in 'arm64' 'x64'; do npm run prebuildify -- --platform=linux --arch=$Arch; done", "nodegyp": "npm run clean && node-gyp rebuild --silent", "build": "npm run nodegyp && tsc", "test": "sudo PATH=\"$PATH\" env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha 'tests/**/*.ts'", "test:win": "mocha 'tests/**/*.ts'", "test:full": "npm run build && npm run test", "install": "node-gyp-build", "prepack": "npm run clean && tsc && npm run prebuildify:linux && rm -rf build" }, "devDependencies": { "@types/chai": "^4.3.5", "@types/mocha": "^10.0.1", "@types/node": "^20.1.3", "chai": "^4.3.7", "mocha": "^10.2.0", "node-gyp": "^9.3.1", "prebuildify": "^5.0.1", "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "dependencies": { "node-addon-api": "^6.1.0", "node-gyp-build": "^4.6.0" } }