Files
bun.sh/test/package.json
Colin McDonnell a5f92224b5 Fix types (#2453)
* 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
2023-03-22 15:01:01 -07:00

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"
}
}