You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
601 B
23 lines
601 B
{ |
|
"name": "libzt", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
"start": "node test.js", |
|
"preinstall": "mkdir -p libzt; cd libzt; ln -sf ../../../include; ln -sf ../../../lib", |
|
"autogypi": "autogypi", |
|
"node-gyp": "node-gyp", |
|
"ndts": "ndts", |
|
"install": "autogypi && node-gyp configure build" |
|
}, |
|
"author": "", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@mcesystems/nbind": "^0.3.18", |
|
"autogypi": "^0.2.2", |
|
"nbind": "github:charto/nbind", |
|
"node-gyp": "^7.0.0" |
|
} |
|
}
|
|
|