{ "name": "dsh-plugin-custom-provider-enhancer", "version": "1.0.0", "description": "DeepSeek Harness plugin that enhances custom provider setup by auto-discovering models and auto-populating contextWindow, maxTokens, vision, and reasoning capabilities from models.dev", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "dist", "src", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "disclosures": { "risk": "low", "network": true } }, "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest run" }, "peerDependencies": { "@deepseek-ai/cordis": "*", "@deepseek-ai/dsh-llm": "*", "@deepseek-ai/dsh-settings": "*" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-llm": { "optional": true }, "@deepseek-ai/dsh-settings": { "optional": true } }, "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "cordis", "cordis-plugin", "custom-provider", "model-enhancer", "models-dev", "litellm", "vision", "multimodal", "thinking", "reasoning", "reasoning-effort", "context-window", "max-tokens", "llm", "ai-gateway", "oneapi", "newapi", "openrouter", "vllm", "ollama" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/cinob/dsh-plugin-custom-provider-enhancer.git" }, "bugs": { "url": "https://github.com/cinob/dsh-plugin-custom-provider-enhancer/issues" }, "homepage": "https://github.com/cinob/dsh-plugin-custom-provider-enhancer#readme", "devDependencies": { "@types/node": "^22.10.0", "tsup": "^8.3.5", "typescript": "^5.7.0", "vitest": "^2.1.0" } }