package.json 505 B

1234567891011121314151617181920
  1. {
  2. "name": "@opencode/cloud-scripts",
  3. "version": "0.9.0",
  4. "$schema": "https://json.schemastore.org/package.json",
  5. "private": true,
  6. "type": "module",
  7. "scripts": {
  8. "shell": "sst shell -- bun tsx",
  9. "shell-dev": "sst shell --stage dev -- bun tsx",
  10. "shell-prod": "sst shell --stage production -- bun tsx"
  11. },
  12. "dependencies": {
  13. "@opencode/cloud-core": "workspace:*",
  14. "tsx": "4.20.5"
  15. },
  16. "devDependencies": {
  17. "@types/node": "catalog:",
  18. "typescript": "catalog:"
  19. }
  20. }