mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Some checks failed
deploy / deploy (push) Waiting to run
generate / generate (push) Waiting to run
publish / publish (push) Waiting to run
publish / publish-tauri (map[host:blacksmith-4vcpu-ubuntu-2404 target:x86_64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / publish-tauri (map[host:blacksmith-4vcpu-windows-2025 target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
publish / publish-tauri (map[host:macos-latest target:aarch64-apple-darwin]) (push) Blocked by required conditions
publish / publish-tauri (map[host:macos-latest target:x86_64-apple-darwin]) (push) Blocked by required conditions
publish / publish-release (push) Blocked by required conditions
test / test (push) Waiting to run
Update Nix Hashes / update (push) Waiting to run
release-github-action / release (push) Has been cancelled
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@opencode-ai/console-core",
|
|
"version": "1.0.168",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@aws-sdk/client-sts": "3.782.0",
|
|
"@jsx-email/render": "1.1.1",
|
|
"@opencode-ai/console-mail": "workspace:*",
|
|
"@opencode-ai/console-resource": "workspace:*",
|
|
"@planetscale/database": "1.19.0",
|
|
"aws4fetch": "1.0.20",
|
|
"drizzle-orm": "0.41.0",
|
|
"postgres": "3.4.7",
|
|
"stripe": "18.0.0",
|
|
"ulid": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"exports": {
|
|
"./*": "./src/*"
|
|
},
|
|
"scripts": {
|
|
"db": "sst shell drizzle-kit",
|
|
"db-dev": "sst shell --stage dev -- drizzle-kit",
|
|
"db-prod": "sst shell --stage production -- drizzle-kit",
|
|
"shell": "sst shell -- bun",
|
|
"shell-dev": "sst shell --stage dev -- bun",
|
|
"shell-prod": "sst shell --stage production -- bun",
|
|
"update-models": "script/update-models.ts",
|
|
"promote-models-to-dev": "script/promote-models.ts dev",
|
|
"promote-models-to-prod": "script/promote-models.ts production",
|
|
"pull-models-from-dev": "script/pull-models.ts dev",
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "catalog:",
|
|
"@tsconfig/node22": "22.0.2",
|
|
"@types/bun": "1.3.0",
|
|
"@types/node": "catalog:",
|
|
"drizzle-kit": "0.30.5",
|
|
"mysql2": "3.14.4",
|
|
"typescript": "catalog:",
|
|
"@typescript/native-preview": "catalog:"
|
|
}
|
|
}
|