mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
16 lines
395 B
JSON
16 lines
395 B
JSON
{
|
|
"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:*"
|
|
}
|
|
}
|