{ "name": "um-dsh-websearch", "version": "0.6.0", "description": "Multi-provider (Exa + Parallel + DeepSeek Official) web search strategy plugin for DeepSeek Harness: ordered providers[] list with per-provider paid-REST / free-anonymous tiers, per-key two-way fallback switches, multi-key ordered/random strategy, concurrent fan-out, an in-memory TTL result cache, UM_WS_-namespaced credential references, and a Settings-driven card with a provider list and a Modal details editor.", "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "scripts": { "dev:version": "node scripts/dev-version.mjs", "dev:version:reset": "node scripts/dev-version.mjs --reset", "test:visual": "playwright test", "test:visual:update": "playwright test --update-snapshots" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-ui-settings-plugins" ] } }, "files": [ "lib", "cordis.patch.yml" ], "private": true, "license": "MIT", "engines": { "node": ">=20" }, "devDependencies": { "@playwright/test": "^1.62.1" }, "dependencies": { "@deepseek-ai/cordis": "4.0.1", "@deepseek-ai/dsh-brand": "0.1.1-rc.2", "@deepseek-ai/dsh-credentials": "0.1.1-rc.2", "@deepseek-ai/dsh-invariants": "0.1.1-rc.2", "@deepseek-ai/dsh-launch-environment": "0.1.1-rc.2", "@deepseek-ai/dsh-llm": "0.1.1-rc.2", "@deepseek-ai/dsh-settings": "0.1.1-rc.2", "@deepseek-ai/dsh-web": "0.1.1-rc.2", "@deepseek-ai/dsh-web-search-deepseek": "0.1.1-rc.2", "@deepseek-ai/schemastery": "3.18.1" } }