mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
14 lines
303 B
JSON
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"
|
|
}
|
|
}
|