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

21 lines
516 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-03 10:53:10 +00:00
"version": "0.14.1",
2025-09-03 17:43:30 +00:00
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
2025-09-11 23:10:53 +00:00
"shell": "sst shell -- bun tsx",
"shell-dev": "sst shell --stage dev -- bun tsx",
"shell-prod": "sst shell --stage production -- bun tsx"
2025-09-03 17:43:30 +00:00
},
"dependencies": {
2025-10-05 01:33:39 +00:00
"@opencode-ai/console-core": "workspace:*",
2025-09-03 17:43:30 +00:00
"tsx": "4.20.5"
},
"devDependencies": {
"@types/node": "catalog:",
"typescript": "catalog:"
}
}