{ "name": "dsh-router-codebuddy", "version": "0.3.18", "description": "DSH plugin: CodeBuddy supplier family for dsh-router. Provides two same-family suppliers through the router.suppliers cordis service: codebuddy (Tencent CodeBuddy, copilot.tencent.com) and codebuddy-en (WorkBuddy international, www.workbuddy.ai). Both share one implementation; only the gateway profile differs.", "repository": { "type": "git", "url": "git+https://github.com/CARVIN94/dsh-router-codebuddy.git" }, "homepage": "https://github.com/CARVIN94/dsh-router-codebuddy#readme", "bugs": { "url": "https://github.com/CARVIN94/dsh-router-codebuddy/issues" }, "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./src/*": "./src/*", "./package.json": "./package.json" }, "engines": { "node": ">=20" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "files": [ "lib/index.js", "src", "cordis.patch.yml", "README.md", "LICENSE" ], "keywords": [ "dsh", "dsh-plugin", "dsh-router", "codebuddy", "workbuddy" ], "scripts": { "build": "rm -rf lib && tsdown", "test": "node --test \"src/**/*.test.ts\"", "typecheck": "tsc --noEmit" }, "license": "MIT", "peerDependencies": { "@deepseek-ai/cordis": "^4.0.2", "cordis": "^4.0.0-rc.7" }, "peerDependenciesMeta": { "cordis": { "optional": true } }, "devDependencies": { "@types/node": "^26.5.1", "tsdown": "^0.23.0", "typescript": "^7.0.2" } }