mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
* fix napi_get_value_string_utf8 to match node closes #6949 * [autofix.ci] apply automated fixes * Update test/napi/napi.test.ts Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> * Update test/napi/napi.test.ts Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"name": "napitests",
|
|
"version": "1.0.0",
|
|
"gypfile": true,
|
|
"scripts": {
|
|
"build": "node-gyp rebuild",
|
|
"clean": "node-gyp clean"
|
|
},
|
|
"devDependencies": {
|
|
"node-gyp": "^10.0.1",
|
|
"node-addon-api": "^7.0.0"
|
|
}
|
|
} |