mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-07-09 17:18:24 +00:00
17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"name": "claude-code-router-docs",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "7.0.0",
|
|
"lucide-astro": "^0.556.0"
|
|
}
|
|
}
|