{ "name": "@jiesou/dsh-commandcode-go-provider", "version": "0.1.10", "description": "Command Code Go provider adapter for dsh: scan the Go-plan model catalog dynamically and serve /alpha/generate through the harness LLM seam", "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json", "./cordis.patch.yml": "./cordis.patch.yml" }, "files": [ "lib", "cordis.patch.yml", "README.md", "README.en.md", "LICENSE" ], "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "release": "npm run build && npm version patch && git push --follow-tags && npm publish" }, "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "commandcode", "commandcode-go", "llm-provider", "dsh-bundle" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jiesou/dsh-commandcode-go-provider.git" }, "publishConfig": { "access": "public" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.1 <5", "@deepseek-ai/dsh-attachment": ">=0.1.2-alpha.3 <0.2", "@deepseek-ai/dsh-credentials": ">=0.1.2-alpha.3 <0.2", "@deepseek-ai/dsh-launch-environment": ">=0.1.2-alpha.3 <0.2", "@deepseek-ai/dsh-llm": ">=0.1.2-alpha.3 <0.2", "@deepseek-ai/dsh-settings": ">=0.1.2-alpha.3 <0.2", "@deepseek-ai/dsh-timeout": ">=0.1.2-alpha.3 <0.2", "@deepseek-ai/schemastery": "^3.18.1", "@deepseek-ai/dsh-util-values": ">=0.1.2-alpha.3 <0.2" }, "devDependencies": { "@types/node": "^22.20.1", "typescript": "^5.9.3" } }