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