Files
bun.sh/test/bun.js/third-party/napi_create_external/package.json

13 lines
283 B
JSON

{
"name": "napi-create-external-test",
"version": "1.0.0",
"description": "Test for napi_create_external",
"dependencies": {
"bktree-fast": "0.0.7",
"lodash": "^4.17.21"
},
"scripts": {
"postinstall": "cd node_modules/bktree-fast && node-gyp configure"
}
}