You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
478 B
JSON
20 lines
478 B
JSON
{
|
|
"name": "mail-to-pdf",
|
|
"description": "Skrypt konwertujący pliki .eml do plików PDF, razem z załącznikami w postaci zdjęć.",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.kuba-orlik.name/kuba/mail-to-pdf.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"elparser": "^0.0.9",
|
|
"sexpr-plus": "^7.0.0"
|
|
}
|
|
}
|