cloudaxe-opencode/packages/opencode/package.json

63 lines
1.7 KiB
JSON
Raw Normal View History

2025-05-18 01:31:42 +00:00
{
2025-05-19 23:29:38 +00:00
"$schema": "https://json.schemastore.org/package.json",
2025-09-26 09:52:23 +00:00
"version": "0.11.6",
"name": "opencode",
2025-05-18 01:31:42 +00:00
"type": "module",
"private": true,
"scripts": {
2025-06-14 16:12:56 +00:00
"typecheck": "tsc --noEmit",
2025-09-19 10:10:27 +00:00
"build": "./script/build.ts",
2025-08-03 14:41:30 +00:00
"dev": "bun run --conditions=development ./src/index.ts"
},
2025-06-24 22:40:36 +00:00
"bin": {
"opencode": "./bin/opencode"
},
2025-05-31 00:47:56 +00:00
"exports": {
2025-06-18 20:13:09 +00:00
"./*": "./src/*.ts"
2025-05-19 23:29:38 +00:00
},
2025-05-18 01:31:42 +00:00
"devDependencies": {
"@ai-sdk/amazon-bedrock": "2.2.10",
2025-07-25 21:34:47 +00:00
"@octokit/webhooks-types": "7.6.1",
2025-07-15 04:56:03 +00:00
"@standard-schema/spec": "1.0.0",
"@tsconfig/bun": "1.0.7",
2025-09-10 07:36:42 +00:00
"@types/bun": "catalog:",
"@types/turndown": "5.0.5",
2025-06-05 15:50:54 +00:00
"@types/yargs": "17.0.33",
2025-06-14 16:12:56 +00:00
"typescript": "catalog:",
2025-07-15 04:56:03 +00:00
"vscode-languageserver-types": "3.17.5",
"zod-to-json-schema": "3.24.5"
2025-05-18 01:31:42 +00:00
},
"dependencies": {
2025-08-01 18:01:40 +00:00
"@clack/prompts": "1.0.0-alpha.1",
"@hono/standard-validator": "0.1.5",
2025-08-08 17:22:54 +00:00
"@hono/zod-validator": "catalog:",
2025-07-13 00:25:41 +00:00
"@modelcontextprotocol/sdk": "1.15.1",
2025-06-05 15:50:54 +00:00
"@openauthjs/openauth": "0.4.3",
2025-08-02 22:50:19 +00:00
"@opencode-ai/plugin": "workspace:*",
2025-08-03 07:35:17 +00:00
"@opencode-ai/sdk": "workspace:*",
"@standard-schema/spec": "1.0.0",
"@zip.js/zip.js": "2.7.62",
"ai": "catalog:",
"chokidar": "4.0.3",
"decimal.js": "10.5.0",
2025-05-31 22:42:43 +00:00
"diff": "8.0.2",
"gray-matter": "4.0.3",
2025-07-29 20:39:48 +00:00
"hono": "catalog:",
"hono-openapi": "1.0.7",
2025-08-28 15:49:40 +00:00
"ignore": "7.0.5",
"jsonc-parser": "3.3.1",
"minimatch": "10.0.3",
2025-06-10 17:30:08 +00:00
"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",
2025-06-05 15:50:54 +00:00
"yargs": "18.0.0",
"zod": "catalog:"
2025-05-18 01:31:42 +00:00
}
}