This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/examples/nodejs/package.json

24 lines
601 B
JSON
Raw Normal View History

2020-08-04 05:06:59 +08:00
{
"name": "libzt",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2020-08-04 22:02:56 +08:00
"start": "node test.js",
2020-08-04 16:47:28 +08:00
"preinstall": "mkdir -p libzt; cd libzt; ln -sf ../../../include; ln -sf ../../../lib",
2020-08-04 05:06:59 +08:00
"autogypi": "autogypi",
"node-gyp": "node-gyp",
"ndts": "ndts",
"install": "autogypi && node-gyp configure build"
},
"author": "",
"license": "MIT",
"dependencies": {
2020-08-04 16:47:28 +08:00
"@mcesystems/nbind": "^0.3.18",
2020-08-04 05:06:59 +08:00
"autogypi": "^0.2.2",
"nbind": "github:charto/nbind",
"node-gyp": "^7.0.0"
}
}