ate_tbox
Version:
ATE TBox Api with nodejs
49 lines (48 loc) • 1.31 kB
JSON
{
"name": "ate_tbox",
"version": "1.0.11",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node-pre-gyp rebuild",
"install": "node-pre-gyp install --fallback-to-build",
"publish": "node-pre-gyp-github publish --release",
"unpublish": "node-pre-gyp-github unpublish --release",
"package": "node-pre-gyp package",
"dev": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huarunlin/node-ate-tbox.git"
},
"keywords": [
"ate"
],
"author": "huarun.lin",
"license": "ISC",
"bugs": {
"url": "https://github.com/huarunlin/node-ate-tbox/issues"
},
"homepage": "https://github.com/huarunlin/node-ate-tbox#readme",
"engines": {
"node": ">= 10.16.0"
},
"devDependencies": {
"node-pre-gyp": "^0.12.0"
},
"dependencies": {
"node-addon-api": "^1.7.0",
"node-pre-gyp-github": "^1.4.3"
},
"binary": {
"module_name": "ate_tbox",
"module_path": "./binding/Release/napi-v{napi_build_version}",
"package_name": "napi-v{napi_build_version}-{platform}-{arch}.tar",
"host": "https://github.com/huarunlin/node-ate-tbox/releases/download/",
"remote_path": "v{version}",
"napi_versions": [
4
]
}
}