{ "name": "@dsh-external/dsh-super-injector", "version": "0.3.3", "description": "超级模组注入器:运行时注入任意本地 DSH 插件包(junction 链接 + loader.create,不碰 patch/package.json/不重启),热重载全家桶 + 开发侧挂区一键转正 + 一键卸载 + 路由自愈 + 插件管理 UI(设置页:列表/卸载/拖入内化),清单持久化重启自动恢复——DSH 生态的 BepInEx 式模组注入入口", "private": true, "type": "module", "main": "./lib/index.js", "types": "./lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "scripts/build.sh", "scripts/fix-patch.mjs", "scripts/prepare.mjs" ], "license": "BSD-3-Clause", "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-slots" ], "platform": "web" } }, "peerDependencies": { "@deepseek-ai/dsh-tools": ">=0.0.1-rc <2", "cordis": ">=4.0.0-rc <5", "schemastery": "^3.18.0" }, "devDependencies": { "@types/node": "^24.13.3", "tsdown": "^0.22.14", "typescript": "^5.9.3" }, "scripts": { "build": "bash scripts/build.sh", "prepare": "node scripts/prepare.mjs", "build:client": "tsdown", "typecheck": "tsc -p tsconfig.json --noEmit" } }