package.json 395 B

123456789101112131415
  1. {
  2. "name": "@opencode-ai/console-scripts",
  3. "version": "0.14.6",
  4. "$schema": "https://json.schemastore.org/package.json",
  5. "private": true,
  6. "type": "module",
  7. "scripts": {
  8. "shell": "sst shell -- bun",
  9. "shell-dev": "sst shell --stage dev -- bun",
  10. "shell-prod": "sst shell --stage production -- bun"
  11. },
  12. "dependencies": {
  13. "@opencode-ai/console-core": "workspace:*"
  14. }
  15. }