Files
bun.sh/test/napi/napi-app/package.json
190n efabdcbe1f Start fixing bugs discovered by Node.js's Node-API tests (#14501)
Co-authored-by: Kai Tamkun <kai@tamkun.io>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
Co-authored-by: 190n <190n@users.noreply.github.com>
2025-02-26 22:11:42 -08:00

16 lines
320 B
JSON

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