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