package.json 447 B

12345678910111213141516
  1. {
  2. "name": "@opencode-ai/console-scripts",
  3. "version": "0.15.5",
  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. "@opencode-ai/console-resource": "workspace:*"
  15. }
  16. }