{ "name": "@w2112515/dsh-plugin-marketplace", "version": "0.2.5", "description": "Out-of-tree installable plugin marketplace bundle for DeepSeek Harness", "homepage": "https://github.com/w2112515/dsh-plugin-marketplace#readme", "repository": { "type": "git", "url": "git+https://github.com/w2112515/dsh-plugin-marketplace.git" }, "bugs": { "url": "https://github.com/w2112515/dsh-plugin-marketplace/issues" }, "license": "MIT", "publishConfig": { "access": "public" }, "type": "module", "engines": { "node": "^22.19.0 || >=24.0.0" }, "packageManager": "pnpm@11.7.0", "main": "lib/index.mjs", "types": "lib/index.d.mts", "exports": { ".": { "types": "./lib/index.d.mts", "default": "./lib/index.mjs" }, "./client": "./lib/client.js", "./catalog": { "types": "./lib/catalog.d.mts", "default": "./lib/catalog.mjs" }, "./types": { "types": "./lib/types.d.mts", "default": "./lib/types.mjs" }, "./package.json": "./package.json" }, "files": [ "lib/**", "cordis.patch.yml", "README.md", "README.zh-CN.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-settings-plugins", "@deepseek-ai/dsh-client-ui-slots", "@deepseek-ai/dsh-client-locale" ] } }, "scripts": { "build": "tsdown", "test": "vitest run", "typecheck": "tsc --noEmit", "scan": "tsx scripts/plugin-marketplace-scan.ts", "check": "pnpm run typecheck && pnpm run test && pnpm run build && node scripts/check-bundle-identity.mjs", "check:catalog": "node scripts/check-live-catalog.mjs" }, "dependencies": { "execa": "^10.0.0", "zod": "^4.4.3" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-app-boot": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-settings-plugins": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6", "@deepseek-ai/dsh-home-paths": "^0.1.0-rc.6", "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.18.1", "react": "^18.2.0" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-app-boot": { "optional": true }, "@deepseek-ai/dsh-client-locale": { "optional": true }, "@deepseek-ai/dsh-client-ui-primitives": { "optional": true }, "@deepseek-ai/dsh-client-ui-settings": { "optional": true }, "@deepseek-ai/dsh-client-ui-settings-plugins": { "optional": true }, "@deepseek-ai/dsh-client-ui-slots": { "optional": true }, "@deepseek-ai/dsh-home-paths": { "optional": true }, "@deepseek-ai/dsh-host-webserver": { "optional": true }, "@deepseek-ai/dsh-tools": { "optional": true }, "@deepseek-ai/dsh-system-prompt": { "optional": true }, "@deepseek-ai/schemastery": { "optional": true }, "react": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-app-boot": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-settings-plugins": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6", "@deepseek-ai/dsh-home-paths": "^0.1.0-rc.6", "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.18.1", "@testing-library/react": "^16.3.2", "@types/node": "^22.20.0", "@types/js-yaml": "^4.0.9", "@types/react": "~18.3.1", "@types/react-dom": "~18.3.1", "jsdom": "^29.1.1", "js-yaml": "^4.2.0", "lightningcss": "^1.32.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tsdown": "^0.22.2", "tsx": "^4.22.4", "typescript": "^6.0.3", "vitest": "^4.1.8" } }