2025-05-18 01:31:42 +00:00
|
|
|
{
|
2025-05-19 23:29:38 +00:00
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
2025-06-26 21:31:50 +00:00
|
|
|
"version": "0.0.5",
|
|
|
|
|
"name": "opencode",
|
2025-05-18 01:31:42 +00:00
|
|
|
"type": "module",
|
|
|
|
|
"private": true,
|
2025-06-01 18:46:04 +00:00
|
|
|
"scripts": {
|
2025-06-14 16:12:56 +00:00
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"dev": "bun run ./src/index.ts"
|
2025-06-01 18:46:04 +00:00
|
|
|
},
|
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": {
|
2025-06-20 18:57:33 +00:00
|
|
|
"@ai-sdk/amazon-bedrock": "2.2.10",
|
|
|
|
|
"@ai-sdk/anthropic": "1.2.12",
|
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",
|
2025-05-31 01:56:37 +00:00
|
|
|
"@tsconfig/bun": "1.0.7",
|
2025-05-18 18:13:04 +00:00
|
|
|
"@types/bun": "latest",
|
2025-05-31 01:56:37 +00:00
|
|
|
"@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",
|
2025-06-20 18:57:33 +00:00
|
|
|
"zod-to-json-schema": "3.24.5"
|
2025-05-18 01:31:42 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-07-25 21:34:47 +00:00
|
|
|
"@actions/core": "1.11.1",
|
|
|
|
|
"@actions/github": "6.0.1",
|
2025-06-10 17:30:08 +00:00
|
|
|
"@clack/prompts": "0.11.0",
|
2025-07-16 17:58:29 +00:00
|
|
|
"@hono/zod-validator": "0.4.2",
|
2025-07-13 00:25:41 +00:00
|
|
|
"@modelcontextprotocol/sdk": "1.15.1",
|
2025-07-30 02:33:25 +00:00
|
|
|
"@octokit/graphql": "9.0.1",
|
|
|
|
|
"@octokit/rest": "22.0.0",
|
2025-06-05 15:50:54 +00:00
|
|
|
"@openauthjs/openauth": "0.4.3",
|
2025-07-24 20:49:04 +00:00
|
|
|
"@standard-schema/spec": "1.0.0",
|
|
|
|
|
"@zip.js/zip.js": "2.7.62",
|
2025-05-31 01:56:37 +00:00
|
|
|
"ai": "catalog:",
|
|
|
|
|
"decimal.js": "10.5.0",
|
2025-05-31 22:42:43 +00:00
|
|
|
"diff": "8.0.2",
|
2025-07-25 01:20:43 +00:00
|
|
|
"gray-matter": "4.0.3",
|
2025-07-29 20:39:48 +00:00
|
|
|
"hono": "catalog:",
|
2025-05-31 01:56:37 +00:00
|
|
|
"hono-openapi": "0.4.8",
|
2025-07-01 16:06:38 +00:00
|
|
|
"isomorphic-git": "1.32.1",
|
2025-06-10 17:30:08 +00:00
|
|
|
"open": "10.1.2",
|
2025-07-31 00:57:52 +00:00
|
|
|
"remeda": "catalog:",
|
2025-05-31 01:56:37 +00:00
|
|
|
"turndown": "7.2.0",
|
2025-07-31 00:57:52 +00:00
|
|
|
"tree-sitter": "0.22.4",
|
|
|
|
|
"tree-sitter-bash": "0.23.3",
|
2025-05-31 01:56:37 +00:00
|
|
|
"vscode-jsonrpc": "8.2.1",
|
2025-06-03 18:46:28 +00:00
|
|
|
"xdg-basedir": "5.1.0",
|
2025-06-05 15:50:54 +00:00
|
|
|
"yargs": "18.0.0",
|
2025-07-16 17:56:11 +00:00
|
|
|
"zod": "catalog:",
|
|
|
|
|
"zod-openapi": "4.1.0"
|
2025-05-18 01:31:42 +00:00
|
|
|
}
|
|
|
|
|
}
|