summaryrefslogtreecommitdiffhomepage
path: root/packages/console/scripts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/console/scripts/package.json')
-rw-r--r--packages/console/scripts/package.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/console/scripts/package.json b/packages/console/scripts/package.json
deleted file mode 100644
index 380cc82e1..000000000
--- a/packages/console/scripts/package.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "name": "@opencode-ai/console-scripts",
- "version": "0.15.6",
- "$schema": "https://json.schemastore.org/package.json",
- "private": true,
- "type": "module",
- "scripts": {
- "shell": "sst shell -- bun",
- "shell-dev": "sst shell --stage dev -- bun",
- "shell-prod": "sst shell --stage production -- bun"
- },
- "dependencies": {
- "@opencode-ai/console-core": "workspace:*",
- "@opencode-ai/console-resource": "workspace:*"
- }
-}