OpenAPI import plugins

This commit is contained in:
Gregory Schier
2024-07-22 14:04:37 -07:00
parent 4cbfe50fce
commit 373bc75e98
16 changed files with 3235 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "importer-postman",
"version": "0.0.1",
"scripts": {
"build": "yaakcli ./src/index.js"
},
"dependencies": {
"openapi-to-postmanv2": "^4.23.1",
"yaml": "^2.4.2"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/openapi-to-postmanv2": "^3.2.4",
"typescript": "^5.5.2"
}
}