1
0
Fork 0
Postman-To-PDF/package.json

15 lines
313 B
JSON
Raw Normal View History

2023-12-06 10:47:03 +00:00
{
"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"
}
}