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