{ "name": "@d8d/feie-printer-module-mt", "version": "1.0.0", "description": "飞鹅打印多租户模块 - 提供飞鹅打印机集成、打印任务管理和防退款延迟打印功能,支持租户数据隔离", "type": "module", "main": "src/index.ts", "types": "src/index.ts", "exports": { ".": { "types": "./src/index.ts", "import": "./src/index.ts", "require": "./src/index.ts" }, "./services": { "types": "./src/services/index.ts", "import": "./src/services/index.ts", "require": "./src/services/index.ts" }, "./schemas": { "types": "./src/schemas/index.ts", "import": "./src/schemas/index.ts", "require": "./src/schemas/index.ts" }, "./routes": { "types": "./src/routes/index.ts", "import": "./src/routes/index.ts", "require": "./src/routes/index.ts" }, "./entities": { "types": "./src/entities/index.ts", "import": "./src/entities/index.ts", "require": "./src/entities/index.ts" }, "./types": { "types": "./src/types/index.ts", "import": "./src/types/index.ts", "require": "./src/types/index.ts" } }, "files": [ "src" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:integration": "vitest run tests/integration", "lint": "eslint src --ext .ts,.tsx", "typecheck": "tsc --noEmit" }, "dependencies": { "@d8d/auth-module-mt": "workspace:*", "@d8d/file-module-mt": "workspace:*", "@d8d/orders-module-mt": "workspace:*", "@d8d/shared-crud": "workspace:*", "@d8d/shared-types": "workspace:*", "@d8d/shared-utils": "workspace:*", "@d8d/tenant-module-mt": "workspace:*", "@d8d/user-module-mt": "workspace:*", "@hono/zod-openapi": "^1.0.2", "axios": "^1.7.9", "node-cron": "^3.0.3", "@d8d/core-module-mt": "workspace:*", "typeorm": "^0.3.20", "zod": "^4.1.12" }, "devDependencies": { "@d8d/shared-test-util": "workspace:*", "@types/node": "^22.10.2", "@types/node-cron": "^3.0.11", "@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/parser": "^8.18.1", "eslint": "^9.17.0", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "peerDependencies": { "hono": "^4.8.5" }, "keywords": [ "feie", "printer", "printing", "receipt", "e-commerce", "api", "multi-tenant", "tenant-isolation", "delay-printing", "refund-protection" ], "author": "D8D Team", "license": "MIT" }