mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
13 lines
283 B
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"
|
|
}
|
|
}
|