Files
sandbox/nodejs/cpp/package.json
2021-04-25 17:26:14 -05:00

17 lines
303 B
JSON

{
"name": "cpp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"author": "",
"license": "ISC",
"gypfile": true,
"dependencies": {
"node-gyp": "^3.8.0"
}
}