mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 19:24:22 +01:00
77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"version": "0.15.23",
|
|
"name": "opencode",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"typecheck": "tsgo --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": "catalog:",
|
|
"@types/bun": "catalog:",
|
|
"@types/turndown": "5.0.5",
|
|
"@types/yargs": "17.0.33",
|
|
"typescript": "catalog:",
|
|
"@typescript/native-preview": "catalog:",
|
|
"vscode-languageserver-types": "3.17.5",
|
|
"@opencode-ai/script": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "1.11.1",
|
|
"@actions/github": "6.0.1",
|
|
"@agentclientprotocol/sdk": "0.4.9",
|
|
"@clack/prompts": "1.0.0-alpha.1",
|
|
"@hono/standard-validator": "0.1.5",
|
|
"@hono/zod-validator": "catalog:",
|
|
"@modelcontextprotocol/sdk": "1.15.1",
|
|
"@octokit/graphql": "9.0.2",
|
|
"@octokit/rest": "22.0.0",
|
|
"@openauthjs/openauth": "catalog:",
|
|
"@opencode-ai/plugin": "workspace:*",
|
|
"@opencode-ai/script": "workspace:*",
|
|
"@opencode-ai/sdk": "workspace:*",
|
|
"@parcel/watcher": "2.5.1",
|
|
"@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",
|
|
"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:",
|
|
"zod-to-json-schema": "3.24.5"
|
|
}
|
|
}
|