mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-05-03 04:30:06 +00:00
add release command
This commit is contained in:
parent
194a664f20
commit
b9d556ff1b
2 changed files with 6 additions and 5 deletions
|
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"name": "@musistudio/claude-code-router",
|
||||
"version": "1.0.24",
|
||||
"version": "1.0.25",
|
||||
"description": "Use Claude Code without an Anthropics account and route it to another LLM provider",
|
||||
"bin": {
|
||||
"ccr": "./dist/cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "esbuild src/cli.ts --bundle --platform=node --outfile=dist/cli.js && shx cp node_modules/tiktoken/tiktoken_bg.wasm dist/tiktoken_bg.wasm"
|
||||
"build": "esbuild src/cli.ts --bundle --platform=node --outfile=dist/cli.js && shx cp node_modules/tiktoken/tiktoken_bg.wasm dist/tiktoken_bg.wasm",
|
||||
"release": "npm run build && npm publish"
|
||||
},
|
||||
"keywords": [
|
||||
"claude",
|
||||
|
|
@ -37,4 +38,4 @@
|
|||
"screenshots/"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue