swagger-cli
Version:
Swagger 2.0 and OpenAPI 3.0 command-line tool
56 lines (55 loc) • 1.04 kB
JSON
{
"name": "swagger-cli",
"version": "4.0.4",
"description": "Swagger 2.0 and OpenAPI 3.0 command-line tool",
"keywords": [
"swagger",
"openapi",
"open-api",
"cli",
"rest",
"api",
"yaml",
"parse",
"parser",
"validate",
"validator",
"validation",
"host"
],
"author": {
"name": "James Messinger",
"url": "https://jamesmessinger.com"
},
"contributors": [
{
"name": "James Messinger",
"url": "https://jamesmessinger.com"
},
{
"name": "Randall Krauskopf",
"url": "https://github.com/rkrauskopf"
}
],
"homepage": "https://apitools.dev/swagger-cli/",
"repository": {
"type": "git",
"url": "https://github.com/APIDevTools/swagger-cli.git"
},
"license": "MIT",
"main": "index.js",
"bin": {
"swagger-cli": "swagger-cli.js"
},
"files": [
"swagger-cli.js",
"index.js"
],
"dependencies": {
"@apidevtools/swagger-cli": "4.0.4"
},
"engines": {
"node": ">=10"
},
"engineStrict": true
}