{ "name": "dsh-offpeak", "version": "0.1.0", "description": "A live peak/off-peak pricing readout for the DeepSeek Harness Web GUI: one status pill under the composer, with the effective prices on hover. · DeepSeek Harness 错峰计价浮标", "license": "MIT", "publishConfig": { "access": "public" }, "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "dsh.plugin.json", "README.md", "README.zh.md", "README.i18n.yaml", "LICENSE" ], "engines": { "node": ">=22.19.0" }, "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "deepseek-harness-plugin", "deepseek", "off-peak", "peak", "pricing", "错峰", "计价" ], "author": "Alex Shang <251859662+AlexShang1992@users.noreply.github.com>", "repository": { "type": "git", "url": "git+https://github.com/AlexShang1992/dsh-offpeak.git" }, "bugs": { "url": "https://github.com/AlexShang1992/dsh-offpeak/issues" }, "homepage": "https://github.com/AlexShang1992/dsh-offpeak#readme", "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-slots", "@deepseek-ai/dsh-client-ui-conversation", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-api-remotes" ] } }, "scripts": { "build": "node build.mjs", "prepare": "node build.mjs", "typecheck": "tsc --noEmit -p tsconfig.test.json", "test": "vitest run", "test:watch": "vitest", "lint": "oxlint .", "check": "pnpm run typecheck && pnpm run test && pnpm run lint && pnpm run build", "prepublishOnly": "pnpm run check" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-api-remotes": "*", "@deepseek-ai/dsh-client-connection": "*", "@deepseek-ai/dsh-client-locale": "*", "@deepseek-ai/dsh-client-runtime": "*", "@deepseek-ai/dsh-client-ui-conversation": "*", "@deepseek-ai/dsh-client-ui-settings": "*", "@deepseek-ai/dsh-client-ui-slots": "*", "@deepseek-ai/dsh-settings": "*", "@deepseek-ai/dsh-typert-protocol": "*", "@deepseek-ai/dsh-typert-registry": "*", "react": "^18.2.0" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-api-remotes": { "optional": true }, "@deepseek-ai/dsh-client-connection": { "optional": true }, "@deepseek-ai/dsh-client-locale": { "optional": true }, "@deepseek-ai/dsh-client-runtime": { "optional": true }, "@deepseek-ai/dsh-client-ui-conversation": { "optional": true }, "@deepseek-ai/dsh-client-ui-settings": { "optional": true }, "@deepseek-ai/dsh-client-ui-slots": { "optional": true }, "@deepseek-ai/dsh-settings": { "optional": true }, "@deepseek-ai/dsh-typert-protocol": { "optional": true }, "@deepseek-ai/dsh-typert-registry": { "optional": true }, "react": { "optional": true } }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.1", "zod": "^4.0.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6", "@deepseek-ai/dsh-settings": "^0.1.0-rc.6", "@deepseek-ai/dsh-typert-protocol": "^0.1.0-rc.6", "@deepseek-ai/dsh-typert-registry": "^0.1.0-rc.6", "@types/node": "^24.0.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitest/coverage-v8": "^4.1.10", "esbuild": "^0.25.0", "oxlint": "^0.16.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.8.0", "vite": "^7.0.0", "vitest": "^4.0.0" } }