summaryrefslogtreecommitdiffhomepage
path: root/cloud/scripts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/scripts/package.json')
-rw-r--r--cloud/scripts/package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/cloud/scripts/package.json b/cloud/scripts/package.json
new file mode 100644
index 000000000..85896ea4e
--- /dev/null
+++ b/cloud/scripts/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "@opencode/cloud-scripts",
+ "version": "0.6.4",
+ "$schema": "https://json.schemastore.org/package.json",
+ "private": true,
+ "type": "module",
+ "scripts": {
+ "start": "tsx",
+ "shell": "sst shell"
+ },
+ "dependencies": {
+ "@opencode/cloud-core": "workspace:*",
+ "tsx": "4.20.5"
+ },
+ "devDependencies": {
+ "@types/node": "catalog:",
+ "typescript": "catalog:"
+ }
+}