postmantojest
Version:
Generate Postman collection to Jest page object functions
38 lines (37 loc) • 973 B
JSON
{
"name": "postmantojest",
"version": "1.1.5",
"description": "Generate Postman collection to Jest page object functions",
"main": "lib/postmantojest.js",
"bin": {
"postmantojest": "bin/postmantojest"
},
"dependencies": {
"commander": "^11.0.0",
"inquirer": "^8.2.6"
},
"keywords": [
"jest",
"postman",
"test",
"converter",
"api",
"automation",
"testing",
"postman-to-jest",
"postman-to-jest-converter",
"postman-to-jest-page-object",
"postman-to-jest-pom",
"postman-to-jest-pom-converter",
"postman-to-jest-pom-page-object",
"qa",
"qa-tools"
],
"author": "Hilal Mustofa",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hilalmustofa/postmantojest.git"
},
"homepage": "https://github.com/hilalmustofa/postmantojest#readme"
}