mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
* WIP * WIP * WIP * WIP * Improve typechecking in type files * Fix typechecking * Update * Update submodule * CI for typechecking * Add ci * Update commands * Format after build * Dont use bunx * Rename job * Use nodemodules prettier * Update workflow * Use symlink * Debug * Debug * Clean up and rename jobs
24 lines
501 B
JSON
24 lines
501 B
JSON
{
|
|
"name": "test",
|
|
"type": "module",
|
|
"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"
|
|
}
|
|
}
|