package.dist.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "name": "@kilocode/cli",
  3. "version": "0.0.4",
  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.12.0",
  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. "eventemitter3": "^5.0.1",
  38. "exceljs": "^4.4.0",
  39. "fast-deep-equal": "^3.1.3",
  40. "fast-xml-parser": "^5.0.0",
  41. "fastest-levenshtein": "^1.0.16",
  42. "fs-extra": "^11.2.0",
  43. "fuse.js": "^7.1.0",
  44. "fzf": "^0.5.2",
  45. "get-folder-size": "^5.0.0",
  46. "google-auth-library": "^9.15.1",
  47. "gray-matter": "^4.0.3",
  48. "i18next": "^25.0.0",
  49. "ignore": "^7.0.3",
  50. "ink": "^6.3.1",
  51. "ink-big-text": "^2.0.0",
  52. "ink-gradient": "^3.0.0",
  53. "ink-select-input": "^6.2.0",
  54. "ink-spinner": "^5.0.0",
  55. "ink-table": "^3.1.0",
  56. "ink-text-input": "^6.0.0",
  57. "is-wsl": "^3.1.0",
  58. "isbinaryfile": "^5.0.2",
  59. "jotai": "^2.14.0",
  60. "jsdom": "^26.0.0",
  61. "json5": "^2.2.3",
  62. "jwt-decode": "^4.0.0",
  63. "lodash.debounce": "^4.0.8",
  64. "lru-cache": "^11.1.0",
  65. "mammoth": "^1.9.1",
  66. "marked": "^11.2.0",
  67. "marked-terminal": "^6.2.0",
  68. "monaco-vscode-textmate-theme-converter": "^0.1.7",
  69. "node-cache": "^5.1.2",
  70. "node-ipc": "^12.0.0",
  71. "ollama": "^0.5.17",
  72. "openai": "^5.12.2",
  73. "os-name": "^6.0.0",
  74. "p-limit": "^6.2.0",
  75. "p-wait-for": "^5.0.2",
  76. "pdf-parse": "^1.1.1",
  77. "pkce-challenge": "^5.0.0",
  78. "posthog-node": "^4.2.1",
  79. "pretty-bytes": "^7.0.0",
  80. "proper-lockfile": "^4.1.2",
  81. "ps-tree": "^1.2.0",
  82. "puppeteer-chromium-resolver": "npm:@catrielmuller/[email protected]",
  83. "puppeteer-core": "^23.4.0",
  84. "react": "^19.2.0",
  85. "react-devtools-core": "^6.1.5",
  86. "react-error-boundary": "^6.0.0",
  87. "reconnecting-eventsource": "^1.6.4",
  88. "sanitize-filename": "^1.6.3",
  89. "say": "^0.16.0",
  90. "serialize-error": "^11.0.3",
  91. "shiki": "^3.6.0",
  92. "simple-git": "^3.27.0",
  93. "socket.io-client": "^4.8.1",
  94. "sound-play": "^1.1.0",
  95. "stream-json": "^1.8.0",
  96. "strip-ansi": "^7.1.0",
  97. "strip-bom": "^5.0.0",
  98. "tiktoken": "^1.0.21",
  99. "tmp": "^0.2.3",
  100. "tree-sitter-wasms": "^0.1.12",
  101. "ts-node": "^10.9.1",
  102. "turndown": "^7.2.0",
  103. "undici": "^7.13.0",
  104. "uri-js": "^4.4.1",
  105. "uuid": "^11.1.0",
  106. "vscode-material-icons": "^0.1.1",
  107. "vscode-uri": "^3.0.8",
  108. "web-tree-sitter": "^0.25.6",
  109. "workerpool": "^9.2.0",
  110. "yaml": "^2.6.1",
  111. "zod": "^3.25.61"
  112. },
  113. "overrides": {
  114. "exceljs": {
  115. "archiver": "^7.0.1",
  116. "unzipper": "^0.12.3",
  117. "fast-csv": "^5.0.5"
  118. },
  119. "event-pubsub": {
  120. "copyfiles": "npm:[email protected]"
  121. }
  122. },
  123. "engines": {
  124. "node": ">=20.19.2"
  125. },
  126. "keywords": ["cli", "tui", "terminal", "ai", "assistant", "kilocode", "kilo", "ink"],
  127. "author": {
  128. "name": "Kilo Code"
  129. },
  130. "homepage": "https://kilocode.ai/cli",
  131. "bugs": {
  132. "url": "https://github.com/Kilo-Org/kilocode/issues"
  133. },
  134. "repository": {
  135. "type": "git",
  136. "url": "git+https://github.com/Kilo-Org/kilocode.git",
  137. "directory": "cli"
  138. },
  139. "license": "Apache-2.0",
  140. "publishConfig": {
  141. "access": "public",
  142. "tag": "alpha"
  143. }
  144. }