{ "name": "dsh-plugin-background", "version": "0.5.0", "description": "Web GUI background plugin: per-area image groups with per-image display and rendering config (fill/fit/stretch/tile/center/custom + position, scale, size, repeat, rotation, radius, opacity, blur), slideshow playback, and local file/folder picking stored as IndexedDB blobs (no base64 packing); own settings section. TypeScript sources, esbuild-built bundle.", "type": "module", "packageManager": "pnpm@11.21.0", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-locale" ], "platform": "web", "immediately": true } }, "files": [ "lib/index.js", "lib/client.js", "cordis.patch.yml", "README.md" ], "scripts": { "build": "node build.mjs", "typecheck": "tsc --noEmit", "prepare": "node build.mjs" }, "license": "MIT", "dependencies": { "@deepseek-ai/schemastery": "^3.18.2", "esbuild": "^0.28.2" }, "devDependencies": { "@deepseek-ai/dsh-client-store": "^0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.5-rc.1", "@types/react": "~18.3.1", "@types/react-dom": "~18.3.1", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "^7.0.2" } }