mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 04:29:42 +00:00
Some checks failed
deploy / deploy (push) Waiting to run
docs-locale-sync / sync-locales (push) Waiting to run
generate / generate (push) Waiting to run
nix-eval / nix-eval (push) Waiting to run
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404, x86_64-linux) (push) Waiting to run
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404-arm, aarch64-linux) (push) Waiting to run
nix-hashes / compute-hash (macos-15-intel, x86_64-darwin) (push) Waiting to run
nix-hashes / compute-hash (macos-latest, aarch64-darwin) (push) Waiting to run
nix-hashes / update-hashes (push) Blocked by required conditions
publish / version (push) Waiting to run
publish / build-cli (push) Blocked by required conditions
publish / sign-cli-windows (push) Blocked by required conditions
publish / build-tauri (map[host:blacksmith-4vcpu-ubuntu-2404 target:x86_64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-tauri (map[host:blacksmith-4vcpu-windows-2025 target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
publish / build-tauri (map[host:blacksmith-8vcpu-ubuntu-2404-arm target:aarch64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-tauri (map[host:macos-latest target:aarch64-apple-darwin]) (push) Blocked by required conditions
publish / build-tauri (map[host:macos-latest target:x86_64-apple-darwin]) (push) Blocked by required conditions
publish / build-tauri (map[host:windows-2025 target:aarch64-pc-windows-msvc]) (push) Blocked by required conditions
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:aarch64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:x86_64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-electron (map[host:blacksmith-4vcpu-windows-2025 platform_flag:--win target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
publish / build-electron (map[host:macos-latest platform_flag:--mac --arm64 target:aarch64-apple-darwin]) (push) Blocked by required conditions
publish / build-electron (map[host:macos-latest platform_flag:--mac --x64 target:x86_64-apple-darwin]) (push) Blocked by required conditions
publish / build-electron (map[host:windows-2025 platform_flag:--win --arm64 target:aarch64-pc-windows-msvc]) (push) Blocked by required conditions
publish / publish (push) Blocked by required conditions
storybook / storybook build (push) Waiting to run
test / unit (linux) (push) Waiting to run
test / unit (windows) (push) Waiting to run
test / e2e (linux) (push) Waiting to run
test / e2e (windows) (push) Waiting to run
typecheck / typecheck (push) Waiting to run
containers / build (push) Has been cancelled
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@opencode-ai/console-core",
|
|
"version": "1.3.7",
|
|
"private": true,
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"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": "catalog:",
|
|
"postgres": "3.4.7",
|
|
"stripe": "18.0.0",
|
|
"ulid": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"exports": {
|
|
"./*.js": "./src/*.ts",
|
|
"./*": "./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",
|
|
"shell-dev": "sst shell --stage dev",
|
|
"shell-prod": "sst shell --stage production",
|
|
"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",
|
|
"pull-models-from-prod": "script/pull-models.ts production",
|
|
"update-limits": "script/update-limits.ts",
|
|
"promote-limits-to-dev": "script/promote-limits.ts dev",
|
|
"promote-limits-to-prod": "script/promote-limits.ts production",
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "catalog:",
|
|
"@tsconfig/node22": "22.0.2",
|
|
"@types/bun": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"drizzle-kit": "catalog:",
|
|
"mysql2": "3.14.4",
|
|
"typescript": "catalog:",
|
|
"@typescript/native-preview": "catalog:"
|
|
}
|
|
}
|