16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|||
|
|
"name": "napitests",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"gypfile": true,
|
||
|
|
"scripts": {
|
||
|
|
"install": "bun --bun node-gyp rebuild --debug -j max",
|
||
|
|
"build": "bun --bun node-gyp rebuild --debug -j max",
|
||
|
|
"clean": "node-gyp clean"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"node-gyp": "^11.2.0",
|
||
|
|
"node-addon-api": "^8.0.0",
|
||
|
|
"node-api-headers": "1.5.0"
|
||
|
|
}
|
||
|
|
}
|