{ "name": "dsh-cloud-model-providers", "version": "0.1.0", "description": "Installable DeepSeek Harness bundle for Ant Digital MaaS and NVIDIA NIM streaming model providers", "type": "module", "files": [ "cordis.patch.yml" ], "exports": { "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "scripts": { "test": "vitest run --exclude tests/live.e2e.spec.ts", "test:e2e": "vitest run tests/live.e2e.spec.ts", "typecheck": "tsc --noEmit", "check": "pnpm run typecheck && pnpm run test && pnpm pack --dry-run" }, "keywords": [ "dsh-plugin", "deepseek-harness", "ant-digital-maas", "nvidia-nim", "llm", "sse" ], "author": "BitDG", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/BitDG/dsh-cloud-model-providers.git" }, "bugs": { "url": "https://github.com/BitDG/dsh-cloud-model-providers/issues" }, "homepage": "https://github.com/BitDG/dsh-cloud-model-providers#readme", "publishConfig": { "access": "public" }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "packageManager": "pnpm@11.7.0", "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-llm": "^0.1.2-alpha.3", "@deepseek-ai/dsh-llm-pi-ai": "^0.1.2-alpha.3", "@types/js-yaml": "^4.0.9", "@types/node": "^22.20.0", "js-yaml": "^4.2.0", "typescript": "^6.0.3", "vitest": "^4.1.8" } }