9f76bcdddd
Add the v0.8.60 website feature spotlight, refresh install copy, sync the TUI changelog, and pin esbuild 0.28.1 across root/web lockfiles for the Dependabot advisory. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
15 lines
212 B
JSON
15 lines
212 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"npm/codewhale",
|
|
"npm/deepseek-tui",
|
|
"npm/runtime-sdk"
|
|
],
|
|
"devDependencies": {
|
|
"wrangler": "^4.94.0"
|
|
},
|
|
"overrides": {
|
|
"esbuild": "0.28.1"
|
|
}
|
|
}
|