Files
FEDEO/test/imaps/package.json
Florian Federspiel 677030f712 Initial
2023-11-25 16:53:52 +01:00

17 lines
311 B
JSON

{
"name": "imaps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"base64-stream": "^1.0.0",
"mailparser": "^3.6.5",
"node-imap": "^0.9.6"
}
}