opencode_offline/packages/opencode/package.json

61 lines
1.6 KiB
JSON
Raw Normal View History

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