opencode_offline/packages/console/scripts/package.json

16 lines
395 B
JSON
Raw Normal View History

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