postman-collection-to-html
Version:
Postman collection to HTML converter
29 lines (28 loc) • 625 B
JSON
{
"name": "postman-collection-to-html",
"version": "1.2.0",
"main": "index.js",
"bin": {
"postman-collection-to-html": "cli.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jessy-bgl/postman-collection-to-html.git"
},
"author": "jessy-bgl",
"license": "MIT",
"description": "Postman collection to HTML converter",
"keywords": [
"postman",
"postman-collection",
"postman-html",
"postman-documentation"
],
"dependencies": {
"showdown": "^2.1.0"
}
}