cloudaxe-opencode/packages/console/scripts/package.json

16 lines
395 B
JSON
Raw Normal View History

2025-09-03 17:43:30 +00:00
{
2025-10-05 01:33:39 +00:00
"name": "@opencode-ai/console-scripts",
2025-10-13 18:14:52 +00:00
"version": "0.15.1",
2025-09-03 17:43:30 +00:00
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
2025-10-07 02:24:13 +00:00
"shell": "sst shell -- bun",
"shell-dev": "sst shell --stage dev -- bun",
"shell-prod": "sst shell --stage production -- bun"
2025-09-03 17:43:30 +00:00
},
"dependencies": {
2025-10-07 02:24:13 +00:00
"@opencode-ai/console-core": "workspace:*"
2025-09-03 17:43:30 +00:00
}
}