mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 06:12:26 +00:00
This eliminates duplicate package versions that were causing build issues and inconsistent behavior across the monorepo. Dependencies now resolve to single versions through the workspace catalog, making installs faster and more reliable.
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"version": "0.15.2",
|
|
"name": "opencode",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "bun test",
|
|
"build": "./script/build.ts",
|
|
"dev": "bun run ./src/index.ts"
|
|
},
|
|
"bin": {
|
|
"opencode": "./bin/opencode"
|
|
},
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@ai-sdk/amazon-bedrock": "2.2.10",
|
|
"@ai-sdk/google-vertex": "3.0.16",
|
|
"@octokit/webhooks-types": "7.6.1",
|
|
"@parcel/watcher-win32-x64": "2.5.1",
|
|
"@standard-schema/spec": "1.0.0",
|
|
"@tsconfig/bun": "1.0.7",
|
|
"@types/bun": "catalog:",
|
|
"@types/turndown": "5.0.5",
|
|
"@types/yargs": "17.0.33",
|
|
"typescript": "catalog:",
|
|
"vscode-languageserver-types": "3.17.5",
|
|
"zod-to-json-schema": "3.24.5"
|
|
},
|
|
"dependencies": {
|
|
"@clack/prompts": "1.0.0-alpha.1",
|
|
"@hono/standard-validator": "0.1.5",
|
|
"@hono/zod-validator": "catalog:",
|
|
"@modelcontextprotocol/sdk": "1.15.1",
|
|
"@openauthjs/openauth": "catalog:",
|
|
"@opencode-ai/plugin": "workspace:*",
|
|
"@opencode-ai/sdk": "workspace:*",
|
|
"@parcel/watcher": "2.5.1",
|
|
"@standard-schema/spec": "1.0.0",
|
|
"@zip.js/zip.js": "2.7.62",
|
|
"ai": "catalog:",
|
|
"chokidar": "4.0.3",
|
|
"decimal.js": "10.5.0",
|
|
"diff": "catalog:",
|
|
"fuzzysort": "3.1.0",
|
|
"gray-matter": "4.0.3",
|
|
"hono": "catalog:",
|
|
"hono-openapi": "1.0.7",
|
|
"ignore": "7.0.5",
|
|
"jsonc-parser": "3.3.1",
|
|
"minimatch": "10.0.3",
|
|
"open": "10.1.2",
|
|
"remeda": "catalog:",
|
|
"tree-sitter": "0.22.4",
|
|
"tree-sitter-bash": "0.23.3",
|
|
"turndown": "7.2.0",
|
|
"ulid": "3.0.1",
|
|
"vscode-jsonrpc": "8.2.1",
|
|
"web-tree-sitter": "0.22.6",
|
|
"xdg-basedir": "5.1.0",
|
|
"yargs": "18.0.0",
|
|
"zod": "catalog:"
|
|
}
|
|
}
|