tachybase_todo/packages/plugins/@tachybase/plugin-print-template/package.json
sealday c85a0f1677 chore(version): release v0.22.5 (#1575)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1575
2024-09-27 13:44:26 +08:00

24 lines
616 B
JSON

{
"name": "@tachybase/plugin-print-template",
"version": "0.22.5",
"main": "dist/server/index.js",
"dependencies": {
"@bull-board/api": "^5.21.1",
"@bull-board/koa": "^5.21.1",
"bullmq": "^5.10.3",
"docxtemplater": "^3.48.0",
"koa-bodyparser": "^4.4.1",
"pizzip": "^3.1.7",
"ts-node": "9.1.1",
"typescript": "^5.5.4",
"xml2js": "^0.6.2"
},
"peerDependencies": {
"@tachybase/actions": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
}
}