2
0

package.dist.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "name": "@kilocode/cli",
  3. "version": "0.0.2-alpha.2",
  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. "@cerebras/cerebras_cloud_sdk": "^1.35.0",
  18. "@google/genai": "^1.0.0",
  19. "@lmstudio/sdk": "^1.1.1",
  20. "@mistralai/mistralai": "^1.9.18",
  21. "@modelcontextprotocol/sdk": "1.12.0",
  22. "@qdrant/js-client-rest": "^1.14.0",
  23. "@vscode/codicons": "^0.0.36",
  24. "@vscode/ripgrep": "^1.15.11",
  25. "ajv": "^8.12.0",
  26. "async-mutex": "^0.5.0",
  27. "axios": "^1.7.4",
  28. "chalk": "^5.3.0",
  29. "cheerio": "^1.0.0",
  30. "chokidar": "^4.0.1",
  31. "clone-deep": "^4.0.1",
  32. "commander": "^12.1.0",
  33. "default-shell": "^2.2.0",
  34. "delay": "^6.0.0",
  35. "diff": "^5.2.0",
  36. "diff-match-patch": "^1.0.5",
  37. "dotenv": "^16.4.7",
  38. "eventemitter3": "^5.0.1",
  39. "exceljs": "^4.4.0",
  40. "fast-deep-equal": "^3.1.3",
  41. "fast-xml-parser": "^5.0.0",
  42. "fastest-levenshtein": "^1.0.16",
  43. "fs-extra": "^11.2.0",
  44. "fuse.js": "^7.1.0",
  45. "fzf": "^0.5.2",
  46. "get-folder-size": "^5.0.0",
  47. "google-auth-library": "^9.15.1",
  48. "gray-matter": "^4.0.3",
  49. "i18next": "^25.0.0",
  50. "ignore": "^7.0.3",
  51. "ink": "^6.3.1",
  52. "ink-big-text": "^2.0.0",
  53. "ink-gradient": "^3.0.0",
  54. "ink-select-input": "^6.2.0",
  55. "ink-spinner": "^5.0.0",
  56. "ink-table": "^3.1.0",
  57. "ink-text-input": "^6.0.0",
  58. "is-wsl": "^3.1.0",
  59. "isbinaryfile": "^5.0.2",
  60. "jotai": "^2.14.0",
  61. "jsdom": "^26.0.0",
  62. "json5": "^2.2.3",
  63. "jwt-decode": "^4.0.0",
  64. "lodash.debounce": "^4.0.8",
  65. "lru-cache": "^11.1.0",
  66. "mammoth": "^1.9.1",
  67. "marked": "^11.2.0",
  68. "marked-terminal": "^6.2.0",
  69. "monaco-vscode-textmate-theme-converter": "^0.1.7",
  70. "node-cache": "^5.1.2",
  71. "node-ipc": "^12.0.0",
  72. "ollama": "^0.5.17",
  73. "openai": "^5.12.2",
  74. "os-name": "^6.0.0",
  75. "p-limit": "^6.2.0",
  76. "p-wait-for": "^5.0.2",
  77. "pdf-parse": "^1.1.1",
  78. "pkce-challenge": "^5.0.0",
  79. "posthog-node": "^4.2.1",
  80. "pretty-bytes": "^7.0.0",
  81. "proper-lockfile": "^4.1.2",
  82. "ps-tree": "^1.2.0",
  83. "puppeteer-chromium-resolver": "^24.0.0",
  84. "puppeteer-core": "^23.4.0",
  85. "react": "^19.2.0",
  86. "react-devtools-core": "^6.1.5",
  87. "react-error-boundary": "^6.0.0",
  88. "reconnecting-eventsource": "^1.6.4",
  89. "sanitize-filename": "^1.6.3",
  90. "say": "^0.16.0",
  91. "serialize-error": "^11.0.3",
  92. "shiki": "^3.6.0",
  93. "simple-git": "^3.27.0",
  94. "socket.io-client": "^4.8.1",
  95. "sound-play": "^1.1.0",
  96. "stream-json": "^1.8.0",
  97. "string-similarity": "^4.0.4",
  98. "strip-ansi": "^7.1.0",
  99. "strip-bom": "^5.0.0",
  100. "tiktoken": "^1.0.21",
  101. "tmp": "^0.2.3",
  102. "tree-sitter-wasms": "^0.1.12",
  103. "ts-node": "^10.9.1",
  104. "turndown": "^7.2.0",
  105. "undici": "^7.13.0",
  106. "uri-js": "^4.4.1",
  107. "uuid": "^11.1.0",
  108. "vscode-material-icons": "^0.1.1",
  109. "vscode-uri": "^3.0.8",
  110. "web-tree-sitter": "^0.25.6",
  111. "workerpool": "^9.2.0",
  112. "yaml": "^2.6.1",
  113. "zod": "^3.25.61"
  114. },
  115. "engines": {
  116. "node": ">=20.19.2"
  117. },
  118. "keywords": ["cli", "tui", "terminal", "ai", "assistant", "kilocode", "kilo", "ink"],
  119. "author": {
  120. "name": "Kilo Code"
  121. },
  122. "homepage": "https://kilocode.ai/cli",
  123. "bugs": {
  124. "url": "https://github.com/Kilo-Org/kilocode/issues"
  125. },
  126. "repository": {
  127. "type": "git",
  128. "url": "git+https://github.com/Kilo-Org/kilocode.git",
  129. "directory": "cli"
  130. },
  131. "license": "Apache-2.0",
  132. "publishConfig": {
  133. "access": "public",
  134. "tag": "alpha"
  135. }
  136. }