| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- {
- "name": "@kilocode/cli",
- "version": "0.0.8",
- "description": "Terminal User Interface for Kilo Code",
- "type": "module",
- "main": "index.js",
- "bin": {
- "kilocode": "index.js",
- "kilo": "index.js"
- },
- "dependencies": {
- "@anthropic-ai/bedrock-sdk": "^0.22.0",
- "@anthropic-ai/sdk": "^0.51.0",
- "@anthropic-ai/vertex-sdk": "^0.11.3",
- "@aws-sdk/client-bedrock-runtime": "^3.812.0",
- "@aws-sdk/credential-providers": "^3.806.0",
- "@google/genai": "^1.0.0",
- "@lmstudio/sdk": "^1.1.1",
- "@mistralai/mistralai": "^1.9.18",
- "@modelcontextprotocol/sdk": "1.12.0",
- "@qdrant/js-client-rest": "^1.14.0",
- "@vscode/codicons": "^0.0.36",
- "@vscode/ripgrep": "^1.15.11",
- "ajv": "^8.12.0",
- "async-mutex": "^0.5.0",
- "axios": "^1.7.4",
- "chalk": "^5.3.0",
- "cheerio": "^1.0.0",
- "chokidar": "^4.0.1",
- "clone-deep": "^4.0.1",
- "commander": "^12.1.0",
- "default-shell": "^2.2.0",
- "delay": "^6.0.0",
- "diff": "^5.2.0",
- "diff-match-patch": "^1.0.5",
- "dotenv": "^16.4.7",
- "eventemitter3": "^5.0.1",
- "exceljs": "^4.4.0",
- "fast-deep-equal": "^3.1.3",
- "fast-xml-parser": "^5.0.0",
- "fastest-levenshtein": "^1.0.16",
- "fs-extra": "^11.2.0",
- "fuse.js": "^7.1.0",
- "fzf": "^0.5.2",
- "get-folder-size": "^5.0.0",
- "google-auth-library": "^9.15.1",
- "gray-matter": "^4.0.3",
- "i18next": "^25.0.0",
- "ignore": "^7.0.3",
- "ink": "^6.3.1",
- "ink-big-text": "^2.0.0",
- "ink-gradient": "^3.0.0",
- "ink-select-input": "^6.2.0",
- "ink-spinner": "^5.0.0",
- "ink-table": "^3.1.0",
- "ink-text-input": "^6.0.0",
- "is-wsl": "^3.1.0",
- "isbinaryfile": "^5.0.2",
- "jotai": "^2.14.0",
- "jsdom": "^26.0.0",
- "json5": "^2.2.3",
- "jwt-decode": "^4.0.0",
- "lodash.debounce": "^4.0.8",
- "lru-cache": "^11.1.0",
- "mammoth": "^1.9.1",
- "marked": "^11.2.0",
- "marked-terminal": "^6.2.0",
- "monaco-vscode-textmate-theme-converter": "^0.1.7",
- "node-cache": "^5.1.2",
- "node-ipc": "^12.0.0",
- "ollama": "^0.5.17",
- "openai": "^5.12.2",
- "os-name": "^6.0.0",
- "p-limit": "^6.2.0",
- "p-wait-for": "^5.0.2",
- "package-json": "^10.0.1",
- "pdf-parse": "^1.1.1",
- "pkce-challenge": "^5.0.0",
- "posthog-node": "^4.2.1",
- "pretty-bytes": "^7.0.0",
- "proper-lockfile": "^4.1.2",
- "ps-tree": "^1.2.0",
- "puppeteer-chromium-resolver": "^24.0.2",
- "puppeteer-core": "^23.4.0",
- "react": "^19.2.0",
- "react-devtools-core": "^6.1.5",
- "react-error-boundary": "^6.0.0",
- "reconnecting-eventsource": "^1.6.4",
- "sanitize-filename": "^1.6.3",
- "say": "^0.16.0",
- "semver": "^7.7.3",
- "serialize-error": "^11.0.3",
- "shiki": "^3.6.0",
- "simple-git": "^3.27.0",
- "socket.io-client": "^4.8.1",
- "sound-play": "^1.1.0",
- "stream-json": "^1.8.0",
- "string-width": "^8.1.0",
- "strip-ansi": "^7.1.0",
- "strip-bom": "^5.0.0",
- "tiktoken": "^1.0.21",
- "tmp": "^0.2.3",
- "tree-sitter-wasms": "^0.1.12",
- "ts-node": "^10.9.1",
- "turndown": "^7.2.0",
- "undici": "^7.13.0",
- "uri-js": "^4.4.1",
- "uuid": "^11.1.0",
- "vscode-material-icons": "^0.1.1",
- "vscode-uri": "^3.0.8",
- "web-tree-sitter": "^0.25.6",
- "workerpool": "^9.2.0",
- "yaml": "^2.6.1",
- "zod": "^3.25.61"
- },
- "overrides": {
- "exceljs": {
- "archiver": "^7.0.1",
- "unzipper": "^0.12.3",
- "fast-csv": "^5.0.5"
- },
- "event-pubsub": {
- "copyfiles": "npm:[email protected]"
- }
- },
- "engines": {
- "node": ">=20.19.2"
- },
- "keywords": ["cli", "tui", "terminal", "ai", "assistant", "kilocode", "kilo", "ink"],
- "author": {
- "name": "Kilo Code"
- },
- "homepage": "https://kilocode.ai/cli",
- "bugs": {
- "url": "https://github.com/Kilo-Org/kilocode/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Kilo-Org/kilocode.git",
- "directory": "cli"
- },
- "license": "Apache-2.0",
- "publishConfig": {
- "access": "public"
- }
- }
|