{ "name": "@m1khal3v/dsh-llm-key-rotation", "version": "1.1.0", "description": "Seamless API-key rotation for DeepSeek Harness LLM providers when subscription limits are hit", "license": "MIT", "author": "m1khal3v", "repository": { "type": "git", "url": "git+https://github.com/m1khal3v/dsh-llm-key-rotation.git" }, "bugs": { "url": "https://github.com/m1khal3v/dsh-llm-key-rotation/issues" }, "homepage": "https://github.com/m1khal3v/dsh-llm-key-rotation#readme", "publishConfig": { "access": "public" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./invariant": { "types": "./lib/invariant.d.ts", "default": "./lib/invariant.js" }, "./client": { "types": "./lib/client/index.d.ts", "default": "./lib/client.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib/**/*.js", "lib/**/*.d.ts", "cordis.patch.yml", "README.md", "LICENSE" ], "engines": { "node": "^22.19 || >=24" }, "scripts": { "build": "tsdown && tsc -p tsconfig.types.json", "prepare": "pnpm run build", "prepublishOnly": "pnpm run build", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run", "test:watch": "vitest", "verify": "pnpm run typecheck && pnpm run test" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-api-remotes" ] } }, "keywords": [ "dsh", "deepseek-harness", "cordis", "api-key", "rotation", "rate-limit", "quota", "llm" ], "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "^0.1.1-rc.1", "@deepseek-ai/dsh-brand": "^0.1.1-rc.1", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.1-rc.1", "@deepseek-ai/dsh-credentials": "^0.1.1-rc.1", "@deepseek-ai/dsh-invariants": "^0.1.1-rc.1", "@deepseek-ai/dsh-llm": "^0.1.1-rc.1", "@deepseek-ai/dsh-session": "^0.1.1-rc.1", "@deepseek-ai/dsh-settings": "^0.1.1-rc.1", "@deepseek-ai/schemastery": "^3.18.1" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "^0.1.1-rc.1", "@deepseek-ai/dsh-api-remotes": "^0.1.1-rc.1", "@deepseek-ai/dsh-brand": "^0.1.1-rc.1", "@deepseek-ai/dsh-client-connection": "^0.1.1-rc.1", "@deepseek-ai/dsh-client-locale": "^0.1.1-rc.1", "@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.1", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.1-rc.1", "@deepseek-ai/dsh-client-ui-settings": "^0.1.1-rc.1", "@deepseek-ai/dsh-client-ui-settings-plugins": "^0.1.1-rc.1", "@deepseek-ai/dsh-client-ui-slots": "^0.1.1-rc.1", "@deepseek-ai/dsh-credentials": "^0.1.1-rc.1", "@deepseek-ai/dsh-invariants": "^0.1.1-rc.1", "@deepseek-ai/dsh-llm": "^0.1.1-rc.1", "@deepseek-ai/dsh-session": "^0.1.1-rc.1", "@deepseek-ai/dsh-settings": "^0.1.1-rc.1", "@deepseek-ai/schemastery": "^3.18.1", "@types/node": "^22.0.0", "@types/react": "^19.0.0", "lightningcss": "^1.33.0", "react": "^19.0.0", "tsdown": "^0.22.14", "typescript": "^5.9.0", "vitest": "^2.1.9" } }