{ "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": ">=16.0.0" }, "scripts": { "install": "node scripts/build.mjs", "prebuildify": "node scripts/build.mjs build --auto", "prepack": "tsc --build --clean && tsc --build && npm run prebuildify", "postpack": "tsc --build --clean && node-gyp clean" }, "devDependencies": { "@types/chai": "^4.3.5", "@types/mocha": "^10.0.1", "@types/node": "^20.1.3", "mocha": "^10.2.0", "node-gyp": "^9.3.1", "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "dependencies": { "node-addon-api": "^6.1.0" } }