mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
12 lines
269 B
JSON
12 lines
269 B
JSON
|
{
|
||
|
"name": "message-processor",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Message processing pipeline",
|
||
|
"main": "y",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Juan Tejada <juans.tejada@gmail.com>",
|
||
|
"license": "ISC"
|
||
|
}
|