{ "name": "sidor-ui", "version": "1.0.0", "description": "SIDOR — DeepSeek Harness 控制台皮肤:开屏动画 / 星野 / 余额徽章 / 设置页特效 / 低余额警告体系(Sidor 附属插件平台)", "repository": { "type": "git", "url": "git+https://github.com/AKI2253/Sidor_UI.git" }, "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./skin.json": "./skin.json", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-slots", "@deepseek-ai/dsh-client-connection" ], "platform": "web" } }, "files": [ "lib/index.js", "lib/client.js", "cordis.patch.yml", "skin.json", "preview", "docs/DEVELOPER.md", "AGENTS.md", ".agents", "LICENSE", "NOTICE", "README.md" ], "scripts": { "build:client": "powershell -ExecutionPolicy Bypass -File scripts/build-client.ps1" }, "license": "MIT" }