mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-15 13:43:39 +01:00
20 lines
456 B
JSON
20 lines
456 B
JSON
{
|
|
"name": "@yaak/importer-openapi",
|
|
"displayName": "OpenAPI Importer",
|
|
"description": "Import API specifications from OpenAPI/Swagger format",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"test": "vitest --run tests"
|
|
},
|
|
"dependencies": {
|
|
"openapi-to-postmanv2": "^5.0.0",
|
|
"yaml": "^2.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/openapi-to-postmanv2": "^5.0.0"
|
|
}
|
|
}
|