swagger-coverage-cli
Version:
A Node.js CLI tool to measure test coverage of Swagger/OpenAPI specs using Postman collections.
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "swagger-coverage-cli",
"version": "1.2.0",
"description": "A Node.js CLI tool to measure test coverage of Swagger/OpenAPI specs using Postman collections.",
"main": "cli.js",
"bin": {
"swagger-coverage-cli": "cli.js"
},
"scripts": {
"test": "jest"
},
"keywords": [
"swagger",
"openapi",
"coverage",
"cli",
"postman",
"testing"
],
"author": "Alex <dreamquality337@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/dreamquality/swagger-coverage-cli.git"
},
"bugs": {
"url": "https://github.com/dreamquality/swagger-coverage-cli/issues"
},
"homepage": "https://github.com/dreamquality/swagger-coverage-cli#readme",
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.1",
"ajv": "^8.17.1",
"commander": "^13.0.0",
"js-yaml": "^4.1.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"jest": "^29.7.0"
},
"engines": {
"node": ">=14"
},
"directories": {
"lib": "lib",
"test": "test"
}
}