Files
bun.sh/test/napi/napi-app/package.json
2025-06-21 23:57:04 -07:00

16 lines
334 B
JSON

{
"name": "napitests",
"version": "1.0.0",
"gypfile": true,
"scripts": {
"install": "node-gyp rebuild --debug -j max",
"build": "node-gyp rebuild --debug -j max",
"clean": "node-gyp clean"
},
"devDependencies": {
"node-gyp": "^10.1.0",
"node-addon-api": "^8.0.0",
"node-api-headers": "1.5.0"
}
}