mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-05-05 14:41:03 +00:00
support docker
This commit is contained in:
parent
6a20b2021d
commit
cd7454d7fb
25 changed files with 541 additions and 206 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@musistudio/claude-code-router-cli",
|
||||
"version": "1.0.73",
|
||||
"name": "@CCR/cli",
|
||||
"version": "2.0.0",
|
||||
"description": "CLI for Claude Code Router",
|
||||
"bin": {
|
||||
"ccr": "dist/cli.js"
|
||||
|
|
@ -18,9 +18,9 @@
|
|||
"author": "musistudio",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@musistudio/claude-code-router-shared": "workspace:*",
|
||||
"@CCR/shared": "workspace:*",
|
||||
"@inquirer/prompts": "^5.0.0",
|
||||
"@musistudio/claude-code-router-server": "workspace:*",
|
||||
"@CCR/server": "workspace:*",
|
||||
"find-process": "^2.0.0",
|
||||
"minimist": "^1.2.8",
|
||||
"openurl": "^1.1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue