blob: bcd80b82245095e65444bfa932917f420645f577 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "@opencode-ai/console-scripts",
"version": "0.15.5",
"$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:*",
"@opencode-ai/console-resource": "workspace:*"
}
}
|