{ "name": "dsh-lexiforge", "version": "1.0.0", "description": "DSH LangPack framework plugin for DeepSeek Harness: installable ZIP language packs with A/B/C engines, composite pipelines, terminology retrieval, secure installer, GitHub marketplace and a built-in risk disclaimer gate.", "keywords": ["dsh", "dsh-plugin", "deepseek-harness", "langpack", "language-pack", "cordis", "llm", "plugin"], "type": "module", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": "./dist/index.js", "./client": "./dist/client/index.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "bin": { "lexiforge": "dist/cli.js" }, "dsh": { "client": { "inject": [ "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-slots" ], "platform": "web", "immediately": true }, "bundle": { "patch": "./cordis.patch.yml" } }, "scripts": { "build": "tsc -p tsconfig.json && node scripts/build-client.mjs", "test": "node --test tests/*.test.mjs" }, "dependencies": { "better-sqlite3": "^12.0.0", "yaml": "^2.8.0", "yauzl": "^3.2.1" }, "devDependencies": { "@deepseek-ai/cordis": "link:F:/deepseek-harness/vendor/cordis", "@deepseek-ai/dsh-llm": "link:F:/deepseek-harness/packages/llm/llm", "@types/better-sqlite3": "^7.6.0", "@types/node": "^22.0.0", "@types/react": "^18.3.0", "@types/yauzl": "^2.10.3", "esbuild": "0.25.12", "typescript": "^5.7.0" }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.1", "@deepseek-ai/dsh-llm": ">=0.1.0-rc.1 <0.2.0-0", "react": "^18.2.0" } }