mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Meghan Denny <meghan@bun.sh> Co-authored-by: Ashcon Partovi <ashcon@partovi.net> Co-authored-by: pfg <pfg@pfg.pw> Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com> Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
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": "^11.2.0",
|
|
"node-addon-api": "^8.0.0",
|
|
"node-api-headers": "1.5.0"
|
|
}
|
|
}
|