tui: add development scripts for better debugging workflow

This commit is contained in:
Dax Raad
2026-01-04 10:38:02 -05:00
parent 97977f6ad4
commit a76570b5dd
2 changed files with 5 additions and 4 deletions

View File

@@ -26,6 +26,7 @@
"devDependencies": {
"@babel/core": "7.28.4",
"@octokit/webhooks-types": "7.6.1",
"@opencode-ai/script": "workspace:*",
"@parcel/watcher-darwin-arm64": "2.5.1",
"@parcel/watcher-darwin-x64": "2.5.1",
"@parcel/watcher-linux-arm64-glibc": "2.5.1",
@@ -39,12 +40,11 @@
"@types/bun": "catalog:",
"@types/turndown": "5.0.5",
"@types/yargs": "17.0.33",
"typescript": "catalog:",
"@typescript/native-preview": "catalog:",
"typescript": "catalog:",
"vscode-languageserver-types": "3.17.5",
"why-is-node-running": "3.2.2",
"zod-to-json-schema": "3.24.5",
"@opencode-ai/script": "workspace:*"
"zod-to-json-schema": "3.24.5"
},
"dependencies": {
"@actions/core": "1.11.1",