opencode_offline/packages/cloud/scripts/package.json

21 lines
506 B
JSON
Raw Normal View History

2025-09-04 01:43:30 +08:00
{
"name": "@opencode/cloud-scripts",
2025-09-18 00:29:48 +08:00
"version": "0.9.11",
2025-09-04 01:43:30 +08:00
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
2025-09-12 07:10:53 +08:00
"shell": "sst shell -- bun tsx",
"shell-dev": "sst shell --stage dev -- bun tsx",
"shell-prod": "sst shell --stage production -- bun tsx"
2025-09-04 01:43:30 +08:00
},
"dependencies": {
"@opencode/cloud-core": "workspace:*",
"tsx": "4.20.5"
},
"devDependencies": {
"@types/node": "catalog:",
"typescript": "catalog:"
}
}