mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
* handle `umask()` invalid arguments
* move `bktree-fast` to test root, fix postinstall
* fix fs test
* could be baseline
* handle different timezones
* accidentally deleted tests
* fix hang in `AbortSignal.timeout`
* bring abort tests back
* Revert "bring abort tests back"
This reverts commit 0ff2ad5bf4.
* bunx node-gyp
* bun x
* fix typecheck
* test
* Update inspect.test.js
---------
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
24 lines
565 B
JSON
24 lines
565 B
JSON
{
|
|
"name": "test",
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"@swc/core": "^1.3.38",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"bktree-fast": "^0.0.7",
|
|
"body-parser": "^1.20.2",
|
|
"esbuild": "^0.17.11",
|
|
"express": "^4.18.2",
|
|
"iconv-lite": "^0.6.3",
|
|
"lodash": "^4.17.21",
|
|
"svelte": "^3.55.1",
|
|
"typescript": "^5.0.2",
|
|
"undici": "^5.20.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"postinstall": "cd node_modules/bktree-fast && bun x node-gyp configure build"
|
|
}
|
|
}
|