Files
yaak-mountain-loop/plugins/importer-openapi/package.json
T
2026-06-29 14:23:36 -07:00

20 lines
457 B
JSON

{
"name": "@yaak/importer-openapi",
"displayName": "OpenAPI Importer",
"version": "0.1.0",
"private": true,
"description": "Import API specifications from OpenAPI/Swagger format",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"test": "vp test --run tests"
},
"dependencies": {
"yaml": "^2.8.3"
},
"devDependencies": {
"@types/openapi-to-postmanv2": "^5.0.0",
"openapi-to-postmanv2": "^5.8.0"
}
}