mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-21 19:04:05 +02:00
17 lines
397 B
JSON
17 lines
397 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",
|
|
"test:roundtrip": "node tests/roundtrip.mjs"
|
|
},
|
|
"dependencies": {
|
|
"yaml": "^2.8.3"
|
|
}
|
|
}
|