@dashscope-js/claude-code-config
Version:
Default configuration for claude-code-router with DashScope support
63 lines (62 loc) • 1.28 kB
JSON
{
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashscope/claude-code-config.git"
},
"name": "@dashscope-js/claude-code-config",
"version": "0.1.8",
"description": "Default configuration for claude-code-router with DashScope support",
"main": "index.js",
"bin": {
"ccr-dashscope": "bin/claude-code-router-config.js"
},
"scripts": {
"lint": "echo lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"ci": "npm run test"
},
"files": [
"bin",
"README.md",
"README.zh-CN.md",
"package.json"
],
"keywords": [
"claude",
"code-router",
"dashscope",
"configuration"
],
"author": "DashScope",
"license": "Apache-2.0",
"dependencies": {
"fs-extra": "^11.3.0"
},
"devDependencies": {
"jest": "^29.7.0"
},
"engines": {
"node": ">=14.0.0"
},
"jest": {
"testEnvironment": "node",
"collectCoverageFrom": [
"bin/**/*.js",
"!**/node_modules/**"
],
"coverageThreshold": {
"global": {
"branches": 80,
"functions": 80,
"lines": 80,
"statements": 80
}
}
}
}