mail/back/package.json
2023-03-13 19:12:57 +01:00

21 lines
376 B
JSON

{
"dependencies": {
"imap": "^0.8.19",
"imap-simple": "^5.1.0",
"mailparser": "^3.6.3",
"moment": "^2.29.4",
"mysql": "^2.18.1",
"vue-router": "^4.1.6"
},
"devDependencies": {
"jest": "^29.5.0",
"jest-mysql": "^2.0.0"
},
"jest": {
"preset": "jest-mysql",
"testMatch": [
"<rootDir>/test//**/*-test.[jt]s?(x)"
]
}
}