mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
c3ed7cbdef
- Adds an order for the message processing pipeline to ensure that parsing occurs first - Adds JSONARRAYType - Other misc updates
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|