Files
bun.sh/test/package.json
Derrick Farris 732c5e7fa9 test(undici): rm external http reqs from tests (#2459)
* test(undici): rm external http reqs from tests

* cleanup(http-test-server): remove finished TODOs

* test(undici): fix server type, remove type:module to fix typings in test dir

* test(undici): make the typings better

* test(undici): fix typo
2023-03-22 21:22:31 -07:00

23 lines
481 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"
}
}