mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-17 00:52:09 +02:00
16 lines
347 B
JSON
16 lines
347 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"
|
|
}
|
|
}
|