summaryrefslogtreecommitdiffhomepage
path: root/packages/console/scripts/package.json
blob: 4df9b5f5b03d9c9704124bcc6516089e631aa730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "@opencode-ai/console-scripts",
  "version": "0.15.1",
  "$schema": "https://json.schemastore.org/package.json",
  "private": true,
  "type": "module",
  "scripts": {
    "shell": "sst shell -- bun",
    "shell-dev": "sst shell --stage dev -- bun",
    "shell-prod": "sst shell --stage production -- bun"
  },
  "dependencies": {
    "@opencode-ai/console-core": "workspace:*"
  }
}