{
  "name": "@vybestack/llxprt-code",
  "version": "0.11.0",
  "description": "LLxprt Code",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vybestack/llxprt-code.git"
  },
  "type": "module",
  "main": "index.ts",
  "types": "index.ts",
  "bin": {
    "llxprt": "bin/llxprt.mjs"
  },
  "scripts": {
    "build": "bun ../../scripts/build_package.ts && bun ../../scripts/chmod_executable.ts dist/index.js",
    "start": "bun index.ts",
    "debug": "bun --inspect-brk index.ts",
    "postinstall": "node scripts/install-native-launchers.cjs",
    "lint": "eslint . --ext .ts,.tsx",
    "format": "prettier --write .",
    "test": "bun run-bun-tests.ts",
    "test:ci": "bun run-bun-tests.ts",
    "typecheck": "tsc --noEmit",
    "prepack": "bun ../../scripts/bun-build.config.ts --cli-only"
  },
  "files": [
    "bin",
    "bundle",
    "index.ts",
    "src",
    "scripts/install-native-launchers.cjs",
    "scripts/verify-sandbox-runtime.ts",
    "README.md",
    "LICENSE",
    "!**/*.test.ts",
    "!**/*.test.tsx",
    "!**/*.spec.ts",
    "!**/*.spec.tsx",
    "!**/__tests__/**",
    "!**/__snapshots__/**"
  ],
  "config": {
    "sandboxImageUri": "ghcr.io/vybestack/llxprt-code/sandbox:0.11.0"
  },
  "dependencies": {
    "@vybestack/llxprt-code-storage": "0.11.0",
    "@agentclientprotocol/sdk": "^1.2.1",
    "@anthropic-ai/sdk": "^0.55.1",
    "@ast-grep/lang-c": "^0.0.5",
    "@ast-grep/lang-cpp": "^0.0.5",
    "@ast-grep/lang-csharp": "^0.0.5",
    "@ast-grep/lang-go": "^0.0.5",
    "@ast-grep/lang-java": "^0.0.6",
    "@ast-grep/lang-json": "^0.0.6",
    "@ast-grep/lang-kotlin": "^0.0.6",
    "@ast-grep/lang-php": "^0.0.6",
    "@ast-grep/lang-python": "^0.0.5",
    "@ast-grep/lang-ruby": "^0.0.6",
    "@ast-grep/lang-rust": "^0.0.6",
    "@ast-grep/lang-scala": "^0.0.6",
    "@ast-grep/lang-swift": "^0.0.7",
    "@ast-grep/napi": "^0.40.5",
    "@dqbd/tiktoken": "1.0.22",
    "@iarna/toml": "^2.2.5",
    "@modelcontextprotocol/sdk": "^1.25.2",
    "@vybestack/llxprt-code-auth": "0.11.0",
    "@vybestack/llxprt-code-core": "0.11.0",
    "@vybestack/llxprt-code-ide-integration": "0.11.0",
    "@vybestack/llxprt-code-mcp": "0.11.0",
    "@vybestack/llxprt-code-providers": "0.11.0",
    "@vybestack/llxprt-code-agents": "0.11.0",
    "@vybestack/llxprt-code-settings": "0.11.0",
    "@vybestack/llxprt-code-telemetry": "0.11.0",
    "@vybestack/llxprt-code-tools": "0.11.0",
    "ansi-regex": "^6.2.2",
    "bun": "1.3.14",
    "chalk": "^5.3.0",
    "cli-spinners": "2.9.2",
    "clipboardy": "^4.0.0",
    "command-exists": "^1.2.9",
    "comment-json": "^4.5.0",
    "diff": "^8.0.3",
    "dotenv": "^17.1.0",
    "fzf": "^0.5.2",
    "glob": "^12.0.0",
    "gradient-string": "2.0.2",
    "highlight.js": "^11.11.1",
    "ink": "npm:@jrichman/ink@6.4.8",
    "ink-gradient": "^3.0.0",
    "ink-select-input": "^6.2.0",
    "ink-spinner": "^5.0.0",
    "ink-testing-library": "^4.0.0",
    "lowlight": "^3.3.0",
    "mime-types": "^3.0.1",
    "mnemonist": "^0.40.3",
    "node-fetch": "^3.3.2",
    "open": "^10.1.2",
    "openai": "^5.10.1",
    "react": "^19.2.0",
    "read-package-up": "^11.0.0",
    "sharp": "^0.35.3",
    "shell-quote": "^1.10.0",
    "simple-git": "^3.36.0",
    "string-width": "^8.1.0",
    "strip-ansi": "^7.1.0",
    "tar": "^7.5.22",
    "tinygradient": "^1.1.5",
    "tree-sitter-pwsh": "^0.38.1",
    "undici": "^7.29.0",
    "update-notifier": "^7.3.1",
    "wrap-ansi": "9.0.2",
    "yargs": "^17.7.2",
    "yauzl": "^3.4.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@babel/runtime": "^7.27.6",
    "@testing-library/dom": "^10.4.0",
    "@types/archiver": "^6.0.3",
    "@types/command-exists": "^1.2.3",
    "@types/dotenv": "^6.1.1",
    "@types/node": "^24.2.1",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "@types/semver": "^7.7.0",
    "@types/shell-quote": "^1.7.5",
    "@types/tar": "^6.1.13",
    "@types/update-notifier": "^6.0.8",
    "@types/yargs": "^17.0.33",
    "@types/yauzl": "^3.4.0",
    "@vybestack/llxprt-code-test-utils": "file:../test-utils",
    "archiver": "^7.0.1",
    "dom-accessibility-api": "^0.5.16",
    "jsdom": "^27.4.0",
    "lz-string": "^1.5.0",
    "pretty-format": "^30.0.2",
    "react-dom": "^19.2.0",
    "typescript": "^5.3.3"
  },
  "optionalDependencies": {
    "@lydell/node-pty": "1.1.0",
    "@napi-rs/keyring": "^1.2.0",
    "@oven/bun-darwin-aarch64": "1.3.14",
    "@oven/bun-darwin-x64": "1.3.14",
    "@oven/bun-darwin-x64-baseline": "1.3.14",
    "@oven/bun-freebsd-aarch64": "1.3.14",
    "@oven/bun-freebsd-x64": "1.3.14",
    "@oven/bun-linux-aarch64": "1.3.14",
    "@oven/bun-linux-aarch64-android": "1.3.14",
    "@oven/bun-linux-aarch64-musl": "1.3.14",
    "@oven/bun-linux-x64": "1.3.14",
    "@oven/bun-linux-x64-android": "1.3.14",
    "@oven/bun-linux-x64-baseline": "1.3.14",
    "@oven/bun-linux-x64-musl": "1.3.14",
    "@oven/bun-linux-x64-musl-baseline": "1.3.14",
    "@oven/bun-windows-aarch64": "1.3.14",
    "@oven/bun-windows-x64": "1.3.14",
    "@oven/bun-windows-x64-baseline": "1.3.14",
    "node-pty": "^1.0.0"
  },
  "engines": {
    "node": ">=24"
  }
}
