{ "name": "@opencode-ai/console-scripts", "version": "0.14.5", "$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:*" } }