summaryrefslogtreecommitdiffhomepage
path: root/packages/console/scripts/package.json
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-10-16 18:39:20 -0400
committerFrank <[email protected]>2025-10-16 22:28:09 -0400
commitca9b13e8a2626aca3bb28882cff395c18e0a215c (patch)
treec6e8aa5a1aa0c65263b9938604d15a898bccb263 /packages/console/scripts/package.json
parent92d9a0ec6106c2a51e389f06da5af6c742780e06 (diff)
downloadopencode-ca9b13e8a2626aca3bb28882cff395c18e0a215c.tar.gz
opencode-ca9b13e8a2626aca3bb28882cff395c18e0a215c.zip
wip: zen
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:*"
- }
-}