UNPKG

ziti-sdk-c-nodejs

Version:

Node.js wrapper for OpenZiti C SDK

46 lines (45 loc) 1.27 kB
{ "name": "ziti-sdk-c-nodejs", "version": "1.3.7", "description": "Node.js wrapper for OpenZiti C SDK", "main": "index.js", "scripts": { "install": "node-gyp rebuild && node scripts/postinstall.js", "build": "node-gyp rebuild", "build:check": "node scripts/build.js", "clean": "node-gyp clean", "test": "node test/test.js", "test:cross-platform": "node scripts/test-cross-platform.js", "simulate:cross-platform": "node scripts/simulate-cross-platform-test.js", "postinstall": "node scripts/postinstall.js" }, "keywords": [ "ziti", "openziti", "zero-trust", "networking", "sdk" ], "author": "OpenZiti Community", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/openziti/ziti-sdk-c" }, "dependencies": { "@openziti/ziti-sdk-nodejs": "^0.20.0", "bindings": "^1.5.0", "node-addon-api": "^7.0.0" }, "devDependencies": { "node-gyp": "^10.0.1" }, "gypfile": true, "binary": { "module_name": "ziti_sdk_c", "module_path": "./build/Release/", "host": "https://github.com/openziti/ziti-sdk-c-nodejs/releases/download/", "remote_path": "./v{version}/", "package_name": "{node_abi}-{platform}-{arch}.tar.gz" } }