Kode-cli/package.json
2025-08-10 19:57:17 +08:00

93 lines
2.6 KiB
JSON

{
"name": "agent-kode",
"version": "1.0.69",
"bin": {
"kode": "cli.mjs"
},
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"author": "ShareAI-lab <ai-lab@foxmail.com>",
"license": "",
"description": "Use Agent Kode, Last's AI assistant, right from your terminal. Agent Kode can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.",
"homepage": "https://github.com/shareAI-lab/agent-kode",
"repository": {
"type": "git",
"url": "https://github.com/shareAI-lab/agent-kode.git"
},
"bugs": {
"url": "https://github.com/shareAI-lab/agent-kode/issues"
},
"files": [
"cli.mjs",
"yoga.wasm"
],
"scripts": {
"dev": "tsx ./src/entrypoints/cli.tsx --verbose",
"build": "bun build src/entrypoints/cli.tsx --minify --outfile cli.mjs --target=node",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json}\"",
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json}\""
},
"optionalDependencies": {
"@img/sharp-darwin-arm64": "^0.33.5",
"@img/sharp-linux-arm": "^0.33.5",
"@img/sharp-linux-x64": "^0.33.5",
"@img/sharp-win32-x64": "^0.33.5"
},
"dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.12.6",
"@anthropic-ai/sdk": "^0.39.0",
"@anthropic-ai/vertex-sdk": "^0.7.0",
"@commander-js/extra-typings": "^13.1.0",
"@inkjs/ui": "^2.0.0",
"@modelcontextprotocol/sdk": "^1.15.1",
"@statsig/js-client": "^3.18.2",
"@types/lodash-es": "^4.17.12",
"@types/react": "^19.1.8",
"ansi-escapes": "^7.0.0",
"chalk": "^5.4.1",
"cli-highlight": "^2.1.11",
"cli-table3": "^0.6.5",
"commander": "^13.1.0",
"debug": "^4.4.1",
"diff": "^7.0.0",
"dotenv": "^16.6.1",
"env-paths": "^3.0.0",
"figures": "^6.1.0",
"glob": "^11.0.3",
"highlight.js": "^11.11.1",
"ink": "^5.2.1",
"ink-link": "^4.1.0",
"lodash-es": "^4.17.21",
"lru-cache": "^11.1.0",
"marked": "^15.0.12",
"nanoid": "^5.1.5",
"openai": "^4.104.0",
"react": "18.3.1",
"semver": "^7.7.2",
"shell-quote": "^1.8.3",
"spawn-rx": "^5.1.2",
"undici": "^7.11.0",
"wrap-ansi": "^9.0.0",
"zod": "^3.25.76",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@types/node": "^24.1.0",
"prettier": "^3.6.2",
"react-devtools-core": "^6.1.5",
"tsx": "^4.20.3",
"typescript": "^5.9.2"
},
"pnpm": {
"overrides": {
"slice-ansi": "^7.1.0",
"ansi-styles": "^6.2.1",
"chalk": "^5.4.1",
"string-width": "^7.1.0",
"strip-ansi": "^7.1.0"
}
}
}