{
  "name": "@costrict/csc",
  "version": "4.2.25",
  "description": "costrict",
  "type": "module",
  "author": "costrict",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/y574444354/csc.git"
  },
  "homepage": "https://github.com/y574444354/csc#readme",
  "bugs": {
    "url": "https://github.com/y574444354/csc/issues"
  },
  "keywords": [
    "csc",
    "CoStrict",
    "cli",
    "ai",
    "coding-assistant",
    "terminal",
    "repl"
  ],
  "engines": {
    "bun": ">=1.2.0"
  },
  "bin": {
    "csc": "dist/cli-node.js"
  },
  "workspaces": [
    "packages/*",
    "packages/@costrict/*"
  ],
  "files": [
    "dist",
    "scripts/postinstall.cjs",
    "scripts/run-parallel.mjs",
    "scripts/setup-chrome-mcp.mjs",
    "scripts/install-cosknow.mjs"
  ],
  "scripts": {
    "build": "bun run build.ts",
    "build:builtin-review": "bun run scripts/generate-review-builtin.ts",
    "build:vite": "vite build && bun run scripts/post-build.ts",
    "build:vite:only": "vite build",
    "build:bun": "bun run build.ts",
    "build:binary:linux": "bun run build && bun run compile:linux",
    "build:binary:linux-baseline": "bun run build && bun run compile:linux-baseline",
    "build:binary:linux-musl": "bun run build && bun run compile:linux-musl",
    "build:binary:linux-musl-baseline": "bun run build && bun run compile:linux-musl-baseline",
    "build:binary:win": "bun run build && bun run compile:win",
    "build:binary:win-baseline": "bun run build && bun run compile:win-baseline",
    "build:binary:mac": "bun run build && bun run compile:mac-arm64 && bun run compile:mac-x64",
    "build:binary:mac-arm64": "bun run build && bun run compile:mac-arm64",
    "build:binary:mac-x64": "bun run build && bun run compile:mac-x64",
    "build:binary:mac-x64-baseline": "bun run build && bun run compile:mac-x64-baseline",
    "build:binary:all": "bun run build && bun run compile:linux && bun run compile:linux-baseline && bun run compile:linux-musl && bun run compile:linux-musl-baseline && bun run compile:win && bun run compile:win-baseline && bun run compile:mac-arm64 && bun run compile:mac-x64 && bun run compile:mac-x64-baseline",
    "compile:linux": "bun build dist/cli.js --compile --target=bun-linux-x64 --outfile dist/csc-linux-x64",
    "compile:linux-baseline": "bun build dist/cli.js --compile --target=bun-linux-x64-baseline --outfile dist/csc-linux-x64-baseline",
    "compile:linux-musl": "bun build dist/cli.js --compile --target=bun-linux-x64-musl --outfile dist/csc-linux-x64-musl",
    "compile:linux-musl-baseline": "bun build dist/cli.js --compile --target=bun-linux-x64-musl-baseline --outfile dist/csc-linux-x64-musl-baseline",
    "compile:win": "bun build dist/cli.js --compile --target=bun-windows-x64 --outfile dist/csc-windows-x64.exe",
    "compile:win-baseline": "bun build dist/cli.js --compile --target=bun-windows-x64-baseline --outfile dist/csc-windows-x64-baseline.exe",
    "compile:mac-arm64": "bun build dist/cli.js --compile --target=bun-darwin-arm64 --outfile dist/csc-darwin-arm64",
    "compile:mac-x64": "bun build dist/cli.js --compile --target=bun-darwin-x64 --outfile dist/csc-darwin-x64",
    "compile:mac-x64-baseline": "bun build dist/cli.js --compile --target=bun-darwin-x64-baseline --outfile dist/csc-darwin-x64-baseline",
    "dev": "bun run scripts/dev.ts",
    "dev:inspect": "bun run scripts/dev-debug.ts",
    "prepublishOnly": "bun run security:scan && bun run build",
    "lint": "biome lint src/",
    "lint:fix": "biome lint --fix src/",
    "format": "biome format --write src/",
    "prepare": "git config core.hooksPath .githooks",
    "test": "bun test",
    "check:unused": "knip-bun",
    "health": "bun run scripts/health-check.ts",
    "postinstall": "node scripts/run-parallel.mjs scripts/postinstall.cjs scripts/setup-chrome-mcp.mjs scripts/install-cosknow.mjs",
    "docs:dev": "npx mintlify dev",
    "typecheck": "tsc --noEmit",
    "rcs": "bun run scripts/rcs.ts",
    "self-verify": "bun run scripts/self-verify.ts",
    "security:scan": "bun run scripts/security-scan.ts"
  },
  "dependencies": {
    "@agentclientprotocol/sdk": "^0.19.2",
    "@anthropic-ai/sandbox-runtime": "^0.0.54",
    "@claude-code-best/mcp-chrome-bridge": "^2.0.9",
    "@protobufjs/utf8": "1.1.1",
    "baseline-browser-mapping": "2.10.29",
    "gray-matter": "^4.0.3",
    "hono": "^4.12.26",
    "partial-json": "^0.1.7",
    "pngjs": "5.0.0",
    "semver": "^7.8.4",
    "undici": "^7.28.0",
    "ws": "^8.21.0"
  },
  "devDependencies": {
    "@alcalzone/ansi-tokenize": "^0.3.0",
    "@costrict/chrome-mcp": "workspace:*",
    "@costrict/computer-use-input": "workspace:*",
    "@costrict/computer-use-mcp": "workspace:*",
    "@costrict/computer-use-swift": "workspace:*",
    "@costrict/model-provider": "workspace:*",
    "@anthropic-ai/bedrock-sdk": "^0.26.4",
    "@anthropic-ai/claude-agent-sdk": "^0.2.141",
    "@anthropic-ai/foundry-sdk": "^0.2.4",
    "@anthropic-ai/mcpb": "^2.1.2",
    "@anthropic-ai/sdk": "^0.80.0",
    "@anthropic-ai/vertex-sdk": "^0.14.4",
    "@costrict/ink": "workspace:*",
    "@aws-sdk/client-bedrock": "^3.1065.0",
    "@aws-sdk/client-bedrock-runtime": "^3.1065.0",
    "@aws-sdk/client-sts": "^3.1065.0",
    "@aws-sdk/credential-provider-node": "^3.972.54",
    "@aws-sdk/credential-providers": "^3.1065.0",
    "@azure/identity": "^4.13.1",
    "@biomejs/biome": "^2.4.16",
    "@costrict/agent-tools": "workspace:*",
    "@costrict/builtin-tools": "workspace:*",
    "@costrict/mcp-client": "workspace:*",
    "@commander-js/extra-typings": "^14.0.0",
    "@growthbook/growthbook": "^1.6.5",
    "@langfuse/otel": "^5.4.1",
    "@langfuse/tracing": "^5.4.1",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@opentelemetry/api": "^1.9.1",
    "@opentelemetry/api-logs": "^0.214.0",
    "@opentelemetry/core": "^2.7.1",
    "@opentelemetry/exporter-logs-otlp-grpc": "^0.214.0",
    "@opentelemetry/exporter-logs-otlp-http": "^0.214.0",
    "@opentelemetry/exporter-logs-otlp-proto": "^0.214.0",
    "@opentelemetry/exporter-metrics-otlp-grpc": "^0.214.0",
    "@opentelemetry/exporter-metrics-otlp-http": "^0.214.0",
    "@opentelemetry/exporter-metrics-otlp-proto": "^0.214.0",
    "@opentelemetry/exporter-prometheus": "^0.218.0",
    "@opentelemetry/exporter-trace-otlp-grpc": "^0.214.0",
    "@opentelemetry/exporter-trace-otlp-http": "^0.214.0",
    "@opentelemetry/exporter-trace-otlp-proto": "^0.214.0",
    "@opentelemetry/resources": "^2.7.1",
    "@opentelemetry/sdk-logs": "^0.214.0",
    "@opentelemetry/sdk-metrics": "^2.7.1",
    "@opentelemetry/sdk-trace-base": "^2.7.1",
    "@opentelemetry/semantic-conventions": "^1.41.1",
    "@sentry/node": "^10.57.0",
    "@smithy/core": "^3.24.6",
    "@smithy/node-http-handler": "^4.7.7",
    "@types/bun": "^1.3.14",
    "@types/cacache": "^20.0.1",
    "@types/he": "^1.2.3",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^25.9.2",
    "@types/picomatch": "^4.0.3",
    "@types/plist": "^3.0.5",
    "@types/proper-lockfile": "^4.1.4",
    "@types/qrcode": "^1.5.6",
    "@types/react": "^19.2.17",
    "@types/react-reconciler": "^0.33.0",
    "@types/semver": "^7.7.1",
    "@types/sharp": "^0.32.0",
    "@types/shell-quote": "^1.7.5",
    "@types/stack-utils": "^2.0.3",
    "@types/turndown": "^5.0.6",
    "@types/ws": "^8.18.1",
    "typescript": "^5.9.3",
    "ajv": "^8.20.0",
    "asciichart": "^1.5.25",
    "audio-capture-napi": "workspace:*",
    "auto-bind": "^5.0.1",
    "axios": "^1.17.0",
    "bidi-js": "^1.0.3",
    "cacache": "^20.0.4",
    "chalk": "^5.6.2",
    "chokidar": "^5.0.0",
    "cli-boxes": "^4.0.1",
    "cli-highlight": "^2.1.11",
    "code-excerpt": "^4.0.0",
    "color-diff-napi": "workspace:*",
    "diff": "^8.0.4",
    "emoji-regex": "^10.6.0",
    "env-paths": "^4.0.0",
    "execa": "^9.6.1",
    "fflate": "^0.8.3",
    "figures": "^6.1.0",
    "fuse.js": "^7.4.2",
    "get-east-asian-width": "^1.6.0",
    "google-auth-library": "^10.7.0",
    "he": "^1.2.0",
    "highlight.js": "^11.11.1",
    "https-proxy-agent": "^8.0.0",
    "husky": "^9.1.7",
    "ignore": "^7.0.5",
    "image-processor-napi": "workspace:*",
    "indent-string": "^5.0.0",
    "jsonc-parser": "^3.3.1",
    "knip": "^6.16.1",
    "lodash-es": "^4.18.1",
    "lru-cache": "^11.5.1",
    "marked": "^17.0.6",
    "modifiers-napi": "workspace:*",
    "openai": "^6.42.0",
    "p-map": "^7.0.4",
    "picomatch": "^4.0.4",
    "plist": "^3.1.1",
    "proper-lockfile": "^4.1.2",
    "qrcode": "^1.5.4",
    "react": "^19.2.7",
    "react-compiler-runtime": "^1.0.0",
    "react-reconciler": "^0.33.0",
    "rollup": "^4.61.1",
    "sharp": "^0.34.5",
    "shell-quote": "^1.8.4",
    "signal-exit": "^4.1.0",
    "stack-utils": "^2.0.6",
    "strip-ansi": "^7.2.0",
    "supports-hyperlinks": "^4.4.0",
    "tree-kill": "^1.2.2",
    "turndown": "^7.2.4",
    "type-fest": "^5.7.0",
    "url-handler-napi": "workspace:*",
    "usehooks-ts": "^3.1.1",
    "vite": "^8.0.16",
    "vscode-jsonrpc": "^8.2.1",
    "vscode-languageserver-protocol": "^3.18.0",
    "vscode-languageserver-types": "^3.18.0",
    "wrap-ansi": "^10.0.0",
    "xss": "^1.0.15",
    "yaml": "^2.9.0",
    "zod": "^4.4.3"
  },
  "overrides": {
    "tmp": "^0.2.7",
    "@grpc/grpc-js": "^1.14.4",
    "esbuild": ">=0.28.1",
    "form-data": "^4.0.6",
    "protobufjs": "^7.6.4",
    "ws": "^8.21.0",
    "hono": "^4.12.26",
    "undici": "^7.28.0"
  }
}
