Add native OpenAPI importer

This commit is contained in:
Gregory Schier
2026-06-29 14:23:36 -07:00
parent 09adcda2d9
commit 016fcba1c6
14 changed files with 7877 additions and 471 deletions
+2 -2
View File
@@ -10,10 +10,10 @@
"test": "vp test --run tests"
},
"dependencies": {
"openapi-to-postmanv2": "^5.8.0",
"yaml": "^2.8.3"
},
"devDependencies": {
"@types/openapi-to-postmanv2": "^5.0.0"
"@types/openapi-to-postmanv2": "^5.0.0",
"openapi-to-postmanv2": "^5.8.0"
}
}