insomnia-plugin-export-to-openapi
Version:
Exports an Insomnia collection to OpenAPI 3.0 YAML format, preserving the folder structure as tags.
40 lines (39 loc) • 1.14 kB
JSON
{
"name": "insomnia-plugin-export-to-openapi",
"version": "1.0.4",
"description": "Exports an Insomnia collection to OpenAPI 3.0 YAML format, preserving the folder structure as tags.",
"main": "src/main.js",
"author": "Henrique Freitas <henriquefreitas6@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/henriquefdf/insomnia-plugin-export-to-openapi.git"
},
"bugs": {
"url": "https://github.com/henriquefdf/insomnia-plugin-export-to-openapi/issues"
},
"homepage": "https://github.com/henriquefdf/insomnia-plugin-export-to-openapi#readme",
"keywords": [
"insomnia",
"plugin",
"insomnia-plugin",
"openapi",
"swagger",
"export",
"converter",
"yaml"
],
"dependencies": {
"js-yaml": "^4.1.0"
},
"insomnia": {
"name": "openapi-converter",
"displayName": "Export to OpenAPI 3.0",
"images": {
"icon": "logo.svg",
"cover": "logo.svg"
},
"description": "Converts and exports the current collection to OpenAPI 3.0 YAML format.",
"unlisted": false
}
}