Files
yaak-mountain-loop/plugins/importer-openapi/package.json
T

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"
}
}