{ "name": "@lilith/email-messaging-plugin", "version": "1.0.0", "description": "Email ↔ Messages gateway plugin - bidirectional message sync with threading support", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "clean": "rm -rf dist", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage" }, "dependencies": { "@lilith/types": "workspace:*", "@nestjs/common": "11.1.11", "@nestjs/config": "^4.0.2", "@nestjs/event-emitter": "^3.0.1", "@nestjs/swagger": "^11.2.5", "@nestjs/typeorm": "^11.0.0", "imap": "^0.8.19", "mailparser": "^3.9.1", "typeorm": "^0.3.28" }, "devDependencies": { "@nestjs/testing": "^11.1.12", "@types/imap": "^0.8.43", "@types/jest": "^29.5.14", "@types/mailparser": "^3.4.6", "@types/node": "^20.19.30", "jest": "^29.7.0", "ts-jest": "^29.4.6", "typescript": "^5.9.3" } }