matrix-spec/scripts/openapi-convert/package.json
Kévin Commaille 667c39f259
Create Swagger 2.0 to OpenAPI 3.1 conversion scripts
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2023-05-09 15:39:37 +02:00

18 lines
337 B
JSON

{
"name": "openapi-convert",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"nopt": "^3.0.2",
"replace": "^1.2.2",
"swagger2openapi": "^7.0.8",
"yaml": "^2.1.3"
}
}