Files
bun.sh/test/js/third_party/napi_create_external/package.json
2023-03-07 12:22:34 -08:00

14 lines
303 B
JSON

{
"name": "napi-create-external-test",
"type": "module",
"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"
}
}