This commit is contained in:
musistudio
2025-08-03 08:18:08 +08:00
commit b8e0e99e5c
12 changed files with 244 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "claude-code-router-provider-registry",
"version": "1.0.0",
"description": "Provider registry for Claude Code Router",
"main": "index.js",
"scripts": {
"build": "node scripts/build.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"fs": "0.0.1-security",
"path": "0.12.7"
}
}