Mailspring/message-processor/package.json

14 lines
270 B
JSON
Raw Normal View History

{
"name": "message-processor",
"version": "1.0.0",
"description": "Message processing pipeline",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"mailparser": "^0.6.0"
}
}