1st working version of node example

This commit is contained in:
heri16
2020-08-04 16:47:28 +08:00
parent 087d8a820c
commit 590ee0c655
5 changed files with 254 additions and 148 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "mkdir -p libzt; cd libzt; ln -sf ../../../include include; ln -sf ../../../lib lib",
"preinstall": "mkdir -p libzt; cd libzt; ln -sf ../../../include; ln -sf ../../../lib",
"autogypi": "autogypi",
"node-gyp": "node-gyp",
"ndts": "ndts",
@@ -14,6 +14,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@mcesystems/nbind": "^0.3.18",
"autogypi": "^0.2.2",
"nbind": "github:charto/nbind",
"node-gyp": "^7.0.0"