This commit is contained in:
Frank
2025-09-18 01:32:40 -04:00
parent f8c4f713a5
commit fc4f281408
155 changed files with 415 additions and 415 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "@opencode/cloud-scripts",
"version": "0.9.11",
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"shell": "sst shell -- bun tsx",
"shell-dev": "sst shell --stage dev -- bun tsx",
"shell-prod": "sst shell --stage production -- bun tsx"
},
"dependencies": {
"@opencode/cloud-core": "workspace:*",
"tsx": "4.20.5"
},
"devDependencies": {
"@types/node": "catalog:",
"typescript": "catalog:"
}
}