package.json 400 B

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