| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "$schema": "https://json.schemastore.org/package.json",
- "version": "1.0.68",
- "name": "opencode",
- "type": "module",
- "private": true,
- "scripts": {
- "typecheck": "tsgo --noEmit",
- "test": "bun test",
- "build": "./script/build.ts",
- "dev": "bun run --conditions=browser ./src/index.ts",
- "random": "echo 'Random script updated at $(date)'",
- "build:webgui": "cd webgui && bun run build"
- },
- "bin": {
- "opencode": "./bin/opencode"
- },
- "exports": {
- "./*": "./src/*.ts"
- },
- "devDependencies": {
- "@ai-sdk/amazon-bedrock": "2.2.10",
- "@ai-sdk/google-vertex": "3.0.16",
- "@babel/core": "7.28.4",
- "@octokit/webhooks-types": "7.6.1",
- "@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",
- "@standard-schema/spec": "1.0.0",
- "@tsconfig/bun": "catalog:",
- "@types/babel__core": "7.20.5",
- "@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",
- "why-is-node-running": "3.2.2",
- "zod-to-json-schema": "3.24.5",
- "@opencode-ai/script": "workspace:*"
- },
- "dependencies": {
- "@actions/core": "1.11.1",
- "@actions/github": "6.0.1",
- "@agentclientprotocol/sdk": "0.5.1",
- "@clack/prompts": "1.0.0-alpha.1",
- "@hono/standard-validator": "0.1.5",
- "@hono/zod-validator": "catalog:",
- "@iarna/toml": "2.2.5",
- "@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:*",
- "@opentui/core": "0.1.45",
- "@opentui/solid": "0.1.45",
- "@parcel/watcher": "2.5.1",
- "@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",
- "clipboardy": "4.0.0",
- "decimal.js": "10.5.0",
- "diff": "catalog:",
- "fuzzysort": "3.1.0",
- "gray-matter": "4.0.3",
- "hono": "catalog:",
- "hono-openapi": "1.1.1",
- "ignore": "7.0.5",
- "jsonc-parser": "3.3.1",
- "minimatch": "10.0.3",
- "open": "10.1.2",
- "partial-json": "0.1.7",
- "remeda": "catalog:",
- "solid-js": "catalog:",
- "strip-ansi": "7.1.2",
- "tree-sitter-bash": "0.25.0",
- "turndown": "7.2.0",
- "ulid": "catalog:",
- "vscode-jsonrpc": "8.2.1",
- "web-tree-sitter": "0.25.10",
- "xdg-basedir": "5.1.0",
- "yargs": "18.0.0",
- "zod": "catalog:",
- "zod-to-json-schema": "3.24.5"
- }
- }
|