mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"private": true,
|
|
"name": "test",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"bun-types": "canary"
|
|
},
|
|
"dependencies": {
|
|
"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",
|
|
"react-dom": "^18.2.0",
|
|
"svelte": "^3.55.1",
|
|
"undici": "^5.20.0"
|
|
}
|
|
} |