mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"name": "napitests",
|
|
"version": "1.0.0",
|
|
"gypfile": true,
|
|
"scripts": {
|
|
"build": "node-gyp rebuild",
|
|
"clean": "node-gyp clean"
|
|
},
|
|
"devDependencies": {
|
|
"node-gyp": "^10.1.0",
|
|
"node-addon-api": "^8.0.0"
|
|
}
|
|
}
|