{ "name": "dsh-composition-doctor", "version": "0.1.3", "private": false, "description": "Read-only DSH and Cordis composition diagnostics, snapshots, diffs, and isolated preflight.", "license": "MIT", "main": "./dist/plugin/index.js", "exports": { ".": "./dist/plugin/index.js", "./client": "./dist/client.js", "./cli": "./dist/cli/main.js", "./package.json": "./package.json" }, "files": [ "dist", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-settings-plugins", "@deepseek-ai/dsh-client-locale" ], "immediately": false } }, "type": "module", "engines": { "node": ">=20" }, "packageManager": "pnpm@10.17.1", "scripts": { "test": "pnpm build && vitest run", "typecheck": "tsc --noEmit", "build": "tsc && node scripts/build-client.mjs", "dsh-doctor": "node dist/cli/main.js" }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.1", "semver": "^7.7.2", "yaml": "^2.8.1" }, "devDependencies": { "@types/node": "^24.3.0", "esbuild": "^0.28.2", "typescript": "^5.9.2", "vitest": "^3.2.4" } }