{ "name": "@mateobarbato/dsh-client-ui-peak-hour", "version": "1.0.0", "description": "Peak-hour card above the composer and a next-peak pill in the composer stats row for the DeepSeek Harness web GUI", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/MateoBarbato/deepseek-peak-hour-banner.git" }, "keywords": [ "deepseek", "deepseek-harness", "dsh", "cordis", "plugin", "web-ui" ], "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "README.md", "README.es.md", "LICENSE" ], "scripts": { "test": "node test/schedule.test.mjs && node test/render.test.mjs" }, "devDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web" } } }