Spaces:
Sleeping
Sleeping
File size: 326 Bytes
dc21909 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"name": "app_cppnode_addon",
"version": "1.0.0",
"description": "N-API Addon示例",
"main": "index.js",
"gypfile": true,
"scripts": {
"build": "node-gyp rebuild",
"clean": "node-gyp clean"
},
"dependencies": {
"node-addon-api": "^5.0.0"
},
"devDependencies": {
"node-gyp": "^9.0.0"
}
} |