2
0

package.dist.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "name": "@kilocode/cli",
  3. "version": "0.25.0",
  4. "description": "Terminal User Interface for Kilo Code",
  5. "type": "module",
  6. "main": "index.js",
  7. "bin": {
  8. "kilocode": "index.js",
  9. "kilo": "index.js"
  10. },
  11. "dependencies": {
  12. "@anthropic-ai/bedrock-sdk": "^0.22.0",
  13. "@anthropic-ai/sdk": "^0.51.0",
  14. "@anthropic-ai/vertex-sdk": "^0.11.3",
  15. "@aws-sdk/client-bedrock-runtime": "^3.812.0",
  16. "@aws-sdk/credential-providers": "^3.806.0",
  17. "@google/genai": "^1.0.0",
  18. "@lmstudio/sdk": "^1.1.1",
  19. "@mistralai/mistralai": "^1.9.18",
  20. "@modelcontextprotocol/sdk": "^1.20.1",
  21. "@qdrant/js-client-rest": "^1.14.0",
  22. "@vscode/codicons": "^0.0.36",
  23. "@vscode/ripgrep": "^1.15.11",
  24. "ajv": "^8.12.0",
  25. "async-mutex": "^0.5.0",
  26. "axios": "^1.7.4",
  27. "chalk": "^5.3.0",
  28. "cheerio": "^1.0.0",
  29. "chokidar": "^4.0.1",
  30. "clone-deep": "^4.0.1",
  31. "commander": "^12.1.0",
  32. "default-shell": "^2.2.0",
  33. "delay": "^6.0.0",
  34. "diff": "^5.2.0",
  35. "diff-match-patch": "^1.0.5",
  36. "dotenv": "^16.4.7",
  37. "fast-deep-equal": "^3.1.3",
  38. "fast-glob": "^3.3.2",
  39. "fast-xml-parser": "^5.0.0",
  40. "fastest-levenshtein": "^1.0.16",
  41. "fs-extra": "^11.2.0",
  42. "fuse.js": "^7.1.0",
  43. "fzf": "^0.5.2",
  44. "get-folder-size": "^5.0.0",
  45. "google-auth-library": "^9.15.1",
  46. "gray-matter": "^4.0.3",
  47. "i18next": "^25.0.0",
  48. "ignore": "^7.0.3",
  49. "ink": "^6.3.1",
  50. "is-wsl": "^3.1.0",
  51. "isbinaryfile": "^5.0.2",
  52. "jotai": "^2.14.0",
  53. "jsdom": "^26.0.0",
  54. "json5": "^2.2.3",
  55. "jwt-decode": "^4.0.0",
  56. "lodash.debounce": "^4.0.8",
  57. "lru-cache": "^11.1.0",
  58. "mammoth": "^1.9.1",
  59. "marked": "^11.2.0",
  60. "marked-terminal": "^6.2.0",
  61. "monaco-vscode-textmate-theme-converter": "^0.1.7",
  62. "node-cache": "^5.1.2",
  63. "node-ipc": "npm:[email protected]",
  64. "ollama": "^0.5.17",
  65. "openai": "^5.12.2",
  66. "os-name": "^6.0.0",
  67. "p-limit": "^6.2.0",
  68. "p-wait-for": "^5.0.2",
  69. "package-json": "^10.0.1",
  70. "pdf-parse": "^1.1.1",
  71. "pkce-challenge": "^5.0.0",
  72. "posthog-node": "^4.2.1",
  73. "pretty-bytes": "^7.0.0",
  74. "proper-lockfile": "^4.1.2",
  75. "ps-list": "^8.1.1",
  76. "puppeteer-chromium-resolver": "^24.0.2",
  77. "puppeteer-core": "^23.4.0",
  78. "react": "^19.2.0",
  79. "react-devtools-core": "^6.1.5",
  80. "react-error-boundary": "^6.0.0",
  81. "reconnecting-eventsource": "^1.6.4",
  82. "sanitize-filename": "^1.6.3",
  83. "say": "^0.16.0",
  84. "semver": "^7.7.3",
  85. "serialize-error": "^11.0.3",
  86. "shiki": "^3.6.0",
  87. "simple-git": "^3.27.0",
  88. "socket.io-client": "^4.8.1",
  89. "sound-play": "^1.1.0",
  90. "stream-json": "^1.8.0",
  91. "string-width": "^8.1.0",
  92. "strip-ansi": "^7.1.0",
  93. "strip-bom": "^5.0.0",
  94. "tiktoken": "^1.0.21",
  95. "tmp": "^0.2.3",
  96. "tree-sitter-wasms": "^0.1.12",
  97. "turndown": "^7.2.0",
  98. "uri-js": "^4.4.1",
  99. "uuid": "^11.1.0",
  100. "vscode-material-icons": "^0.1.1",
  101. "web-tree-sitter": "^0.25.6",
  102. "workerpool": "^9.2.0",
  103. "xlsx": "^0.18.5",
  104. "yaml": "^2.6.1",
  105. "zod": "^3.25.61"
  106. },
  107. "overrides": {
  108. "event-pubsub": {
  109. "copyfiles": "npm:[email protected]"
  110. }
  111. },
  112. "engines": {
  113. "node": ">=20.20.0"
  114. },
  115. "keywords": ["cli", "tui", "terminal", "ai", "assistant", "kilocode", "kilo", "ink"],
  116. "author": {
  117. "name": "Kilo Code"
  118. },
  119. "homepage": "https://kilo.ai/cli",
  120. "bugs": {
  121. "url": "https://github.com/Kilo-Org/kilocode/issues"
  122. },
  123. "repository": {
  124. "type": "git",
  125. "url": "git+https://github.com/Kilo-Org/kilocode.git",
  126. "directory": "cli"
  127. },
  128. "license": "Apache-2.0",
  129. "publishConfig": {
  130. "access": "public"
  131. }
  132. }