{ "name": "dsh-doc-toolkit", "version": "0.1.1", "description": "DSH 文档读写工具包 - 支持 PDF/DOCX/XLSX/CSV 读写与 PDF 导出", "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "skills" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "test": "node --test tests/tests.mjs", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/qingmumingyang/dsh-doc-toolkit.git" }, "dependencies": { "pdf-parse": "^1.1.1", "mammoth": "^1.6.0", "xlsx": "^0.18.5", "docx": "^8.2.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-tools": "0.1.1-rc.2", "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-tools": ">=0.1.0-rc.12 <0.2.0" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "keywords": ["dsh", "dsh-plugin", "document", "pdf", "docx", "xlsx", "csv"], "license": "MIT" }