mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
16 lines
334 B
JSON
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"
|
|
}
|
|
}
|