postman-cli
Version:
Official Postman CLI - Command-line companion for API development, testing, and automation
67 lines (66 loc) • 1.38 kB
JSON
{
"name": "postman-cli",
"version": "1.26.0",
"description": "Official Postman CLI - Command-line companion for API development, testing, and automation",
"keywords": [
"postman",
"cli",
"api",
"testing",
"automation",
"rest",
"newman",
"api-testing",
"api-development",
"ci-cd",
"continuous-integration",
"postman-cli",
"api-client",
"http-client",
"api-automation",
"collection-runner",
"postman-collection",
"api-governance",
"api-security",
"api-linting",
"api-validation",
"contract-testing",
"schema-validation",
"devops",
"pipeline",
"github-actions",
"gitlab-ci",
"azure-devops",
"jenkins",
"circleci",
"integration-testing",
"functional-testing",
"test-reports",
"junit-reports",
"html-reports",
"postman-automation",
"postman-testing",
"postman-runner",
"postman-monitor",
"rest-api",
"http-testing",
"api-tools"
],
"bin": {
"postman": "bin/postman.js"
},
"man": "./man/postman.1",
"files": [
"bin/",
"index.js",
"package.json",
"README.md",
"man/"
],
"optionalDependencies": {
"@postman/pm-bin-macos-arm64": "1.26.0",
"@postman/pm-bin-macos-x64": "1.26.0",
"@postman/pm-bin-linux-x64": "1.26.0",
"@postman/pm-bin-windows-x64": "1.26.0"
}
}