{
  "name": "cpp-addons",
  "version": "1.0.0",
  "description": "本项目为NodeJS C++ Addons的V8-API写法示例，相关描述和介绍请参考以下博客。",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "install": "node-gyp rebuild",
    "rebuild": "node-gyp rebulid",
    "build:debug": "node-gyp configure && node-gyp build --debug",
    "rebuild:dev": "node-gyp rebuild --debug",
    "start": "index.js",
    "clean": "node-gyp clean"
  },
  "author": "",
  "license": "ISC",
  "gypfile": true,
  "devDependencies": {
    "webpack": "^4.38.0",
    "webpack-cli": "^3.3.6"
  },
  "dependencies": {}
}
