CLI perf: reduce deps (#22652)

This commit is contained in:
Dax 2026-04-16 02:03:03 -04:00 committed by GitHub
parent 150ab07a83
commit 675a46e23e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
84 changed files with 1415 additions and 1011 deletions

View file

@ -6,7 +6,8 @@
"license": "MIT",
"private": true,
"scripts": {
"test": "bun test"
"test": "bun test",
"typecheck": "tsgo --noEmit"
},
"bin": {
"opencode": "./bin/opencode"
@ -17,7 +18,9 @@
"imports": {},
"devDependencies": {
"@types/semver": "catalog:",
"@types/bun": "catalog:"
"@types/bun": "catalog:",
"@types/npmcli__arborist": "6.3.3",
"@tsconfig/bun": "catalog:"
},
"dependencies": {
"@effect/platform-node": "catalog:",