node-gyp-boilerplate/package.json

15 lines
328 B
JSON

{
"name": "hello",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild",
"start": "node-gyp configure build && node --napi-modules hello.js"
},
"author": "",
"license": "ISC",
"gypfile": true
}