46 lines
970 B
JSON
46 lines
970 B
JSON
{
|
|
"name": "@musistudio/claude-code-router",
|
|
"version": "1.0.40",
|
|
"description": "Use Claude Code without an Anthropics account and route it to another LLM provider",
|
|
"bin": {
|
|
"ccr": "./dist/cli.js"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/build.js",
|
|
"release": "npm run build && npm publish"
|
|
},
|
|
"keywords": [
|
|
"claude",
|
|
"code",
|
|
"router",
|
|
"llm",
|
|
"anthropic"
|
|
],
|
|
"author": "musistudio",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fastify/static": "^8.2.0",
|
|
"@musistudio/llms": "^1.0.26",
|
|
"dotenv": "^16.4.7",
|
|
"json5": "^2.2.3",
|
|
"openurl": "^1.1.1",
|
|
"pino-rotating-file-stream": "^0.0.2",
|
|
"tiktoken": "^1.0.21",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.15",
|
|
"esbuild": "^0.25.1",
|
|
"fastify": "^5.4.0",
|
|
"shx": "^0.4.0",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"publishConfig": {
|
|
"ignore": [
|
|
"!build/",
|
|
"src/",
|
|
"screenshots/"
|
|
]
|
|
}
|
|
}
|