{ "$schema": "https://json.schemastore.org/package.json", "name": "opencode", "private": true, "type": "module", "packageManager": "bun@1.2.21", "scripts": { "dev": "bun run --conditions=development packages/opencode/src/index.ts", "typecheck": "bun turbo typecheck", "prepare": "husky" }, "workspaces": { "packages": [ "packages/*", "packages/console/*", "packages/sdk/js" ], "catalog": { "@types/bun": "1.2.21", "@hono/zod-validator": "0.4.2", "@types/node": "22.13.9", "@tsconfig/node22": "22.0.2", "ai": "5.0.8", "hono": "4.7.10", "fuzzysort": "3.1.0", "luxon": "3.6.1", "typescript": "5.8.2", "zod": "4.1.8", "remeda": "2.26.0", "solid-js": "1.9.9" } }, "devDependencies": { "husky": "9.1.7", "prettier": "3.6.2", "sst": "3.17.13", "turbo": "2.5.6" }, "repository": { "type": "git", "url": "https://github.com/sst/opencode" }, "license": "MIT", "prettier": { "semi": false, "printWidth": 120 }, "trustedDependencies": [ "esbuild", "protobufjs", "sharp", "tree-sitter", "tree-sitter-bash", "web-tree-sitter" ], "patchedDependencies": { "@solidjs/start@1.1.7": "patches/@solidjs%2Fstart@1.1.7.patch" } }