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