cloudaxe-opencode/packages/opencode/package.json

77 lines
2.1 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-10-29 15:38:55 +00:00
"version": "0.15.24",
"name": "opencode",
2025-05-18 01:31:42 +00:00
"type": "module",
"private": true,
"scripts": {
2025-10-14 22:30:32 +00:00
"typecheck": "tsgo --noEmit",
2025-09-27 07:04:42 +00:00
"test": "bun test",
2025-09-19 10:10:27 +00:00
"build": "./script/build.ts",
2025-09-27 08:12:55 +00:00
"dev": "bun run ./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",
"@ai-sdk/google-vertex": "3.0.16",
2025-07-25 21:34:47 +00:00
"@octokit/webhooks-types": "7.6.1",
"@parcel/watcher-win32-x64": "2.5.1",
2025-07-15 04:56:03 +00:00
"@standard-schema/spec": "1.0.0",
"@tsconfig/bun": "catalog:",
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-10-14 22:30:32 +00:00
"@typescript/native-preview": "catalog:",
2025-07-15 04:56:03 +00:00
"vscode-languageserver-types": "3.17.5",
2025-10-14 18:34:19 +00:00
"@opencode-ai/script": "workspace:*"
2025-05-18 01:31:42 +00:00
},
"dependencies": {
2025-10-16 17:33:33 +00:00
"@actions/core": "1.11.1",
"@actions/github": "6.0.1",
"@agentclientprotocol/sdk": "0.4.9",
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-10-16 17:33:33 +00:00
"@octokit/graphql": "9.0.2",
"@octokit/rest": "22.0.0",
"@openauthjs/openauth": "catalog:",
2025-08-02 22:50:19 +00:00
"@opencode-ai/plugin": "workspace:*",
2025-10-14 21:22:29 +00:00
"@opencode-ai/script": "workspace:*",
2025-08-03 07:35:17 +00:00
"@opencode-ai/sdk": "workspace:*",
"@parcel/watcher": "2.5.1",
2025-10-24 18:51:24 +00:00
"@pierre/precision-diffs": "catalog:",
"@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",
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:",
"zod-to-json-schema": "3.24.5"
2025-05-18 01:31:42 +00:00
}
}