opencode_offline/packages/opencode/package.json

92 lines
2.7 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-11-12 10:36:42 +08:00
"version": "1.0.60",
"name": "opencode",
2025-05-18 09:31:42 +08:00
"type": "module",
"private": true,
"scripts": {
2025-10-15 06:30:32 +08:00
"typecheck": "tsgo --noEmit",
2025-09-27 15:04:42 +08:00
"test": "bun test",
2025-09-19 18:10:27 +08:00
"build": "./script/build.ts",
2025-11-01 03:07:36 +08:00
"dev": "bun run --conditions=browser ./src/index.ts",
"random": "echo 'Random script updated at $(date)'"
},
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",
"@ai-sdk/google-vertex": "3.0.16",
2025-11-01 03:07:36 +08:00
"@babel/core": "7.28.4",
2025-07-26 05:34:47 +08:00
"@octokit/webhooks-types": "7.6.1",
2025-10-30 02:52:38 +08:00
"@parcel/watcher-darwin-arm64": "2.5.1",
"@parcel/watcher-darwin-x64": "2.5.1",
"@parcel/watcher-linux-arm64-glibc": "2.5.1",
"@parcel/watcher-linux-x64-glibc": "2.5.1",
"@parcel/watcher-win32-x64": "2.5.1",
2025-07-15 12:56:03 +08:00
"@standard-schema/spec": "1.0.0",
"@tsconfig/bun": "catalog:",
2025-11-01 03:07:36 +08:00
"@types/babel__core": "7.20.5",
2025-09-10 15:36:42 +08:00
"@types/bun": "catalog:",
"@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-10-15 06:30:32 +08:00
"@typescript/native-preview": "catalog:",
2025-07-15 12:56:03 +08:00
"vscode-languageserver-types": "3.17.5",
2025-11-01 03:07:36 +08:00
"why-is-node-running": "3.2.2",
"zod-to-json-schema": "3.24.5",
2025-10-15 02:34:19 +08:00
"@opencode-ai/script": "workspace:*"
2025-05-18 09:31:42 +08:00
},
"dependencies": {
2025-10-17 01:33:33 +08:00
"@actions/core": "1.11.1",
"@actions/github": "6.0.1",
"@agentclientprotocol/sdk": "0.5.1",
2025-08-02 02:01:40 +08:00
"@clack/prompts": "1.0.0-alpha.1",
"@hono/standard-validator": "0.1.5",
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-10-17 01:33:33 +08:00
"@octokit/graphql": "9.0.2",
"@octokit/rest": "22.0.0",
"@openauthjs/openauth": "catalog:",
2025-08-03 06:50:19 +08:00
"@opencode-ai/plugin": "workspace:*",
2025-10-15 05:22:29 +08:00
"@opencode-ai/script": "workspace:*",
2025-08-03 15:35:17 +08:00
"@opencode-ai/sdk": "workspace:*",
"@opentui/core": "0.1.41",
"@opentui/solid": "0.1.41",
"@parcel/watcher": "2.5.1",
2025-10-25 02:51:24 +08:00
"@pierre/precision-diffs": "catalog:",
"@solid-primitives/event-bus": "1.1.2",
"@standard-schema/spec": "1.0.0",
"@zip.js/zip.js": "2.7.62",
"ai": "catalog:",
"chokidar": "4.0.3",
2025-11-01 03:07:36 +08:00
"clipboardy": "4.0.0",
"decimal.js": "10.5.0",
"diff": "catalog:",
"fuzzysort": "3.1.0",
"gray-matter": "4.0.3",
2025-07-30 04:39:48 +08:00
"hono": "catalog:",
"hono-openapi": "1.1.1",
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",
2025-11-01 03:07:36 +08:00
"partial-json": "0.1.7",
"remeda": "catalog:",
2025-11-01 03:07:36 +08:00
"solid-js": "catalog:",
"strip-ansi": "7.1.2",
2025-11-01 03:07:36 +08:00
"tree-sitter-bash": "0.25.0",
"turndown": "7.2.0",
2025-11-01 03:07:36 +08:00
"ulid": "catalog:",
"vscode-jsonrpc": "8.2.1",
2025-11-01 03:07:36 +08:00
"web-tree-sitter": "0.25.10",
"xdg-basedir": "5.1.0",
2025-06-05 23:50:54 +08:00
"yargs": "18.0.0",
"zod": "catalog:",
"zod-to-json-schema": "3.24.5"
2025-05-18 09:31:42 +08:00
}
}