summaryrefslogtreecommitdiffhomepage
path: root/cloud/scripts/package.json
blob: 4fa94ea8c8c9927bfa229f2c9ed6ecd02e6205f1 (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.5",
  "$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:"
  }
}