mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
14 lines
292 B
JSON
14 lines
292 B
JSON
{
|
|
"name": "insomnia-plugin-kong-declarative-config",
|
|
"version": "2.2.4",
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "kong-declarative-config",
|
|
"description": "Generate Kong Declarative Config"
|
|
},
|
|
"dependencies": {
|
|
"openapi-2-kong": "^2.2.4",
|
|
"yaml": "^1.8.3"
|
|
}
|
|
}
|