UNPKG

node-gyp-hw

Version:

A simple Node.js native addon example

23 lines (22 loc) 441 B
{ "name": "node-gyp-hw", "version": "1.1.21", "description": "A simple Node.js native addon example", "main": "index.js", "scripts": { "install": "node-gyp rebuild", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "native", "addon", "node-gyp", "c++" ], "author": "PigcanflyQAQ", "license": "MIT", "dependencies": { "node-addon-api": "^8.3.0" }, "gypfile": true }