Files
opencode/packages/console/scripts/package.json
2025-10-10 01:02:37 +00:00

16 lines
395 B
JSON

{
"name": "@opencode-ai/console-scripts",
"version": "0.14.7",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"shell": "sst shell -- bun",
"shell-dev": "sst shell --stage dev -- bun",
"shell-prod": "sst shell --stage production -- bun"
},
"dependencies": {
"@opencode-ai/console-core": "workspace:*"
}
}