15 lines
313 B
JSON
15 lines
313 B
JSON
|
{
|
||
|
"name": "postmantopdf",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Converts Postman API collection v2.1 into a proper documentated PDF/html file",
|
||
|
"main": "app.js",
|
||
|
"scripts": {
|
||
|
"start": "node ./"
|
||
|
},
|
||
|
"author": "EvgeniySugonyako",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"html-pdf": "3.0.1"
|
||
|
}
|
||
|
}
|