40 lines
1.1 KiB
JSON
Executable file
40 lines
1.1 KiB
JSON
Executable file
{
|
|
"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": "lixb",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rm -rf dist",
|
|
"test": "lixtest",
|
|
"test:watch": "lixtest --watch",
|
|
"test:cov": "lixtest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/service-registry": "^1.3.0",
|
|
"@lilith/types": "*",
|
|
"@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": {
|
|
"@lilith/test-utils": "*",
|
|
"@lilith/lix-configs": "^1.0.1",
|
|
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
|
|
"@nestjs/testing": "^11.1.12",
|
|
"@types/imap": "^0.8.43",
|
|
"@types/mailparser": "^3.4.6",
|
|
"@types/node": "^20.19.30",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|