mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
69d7514095
* feat: add tags to regular plugins * feat: plugin support for request validator plugins * feat: add tags to security plugins * feat: security plugins detecting the expected property * chore: don't force publish and bump version * publish npm packages lib@2.2.35-beta.4
15 lines
364 B
JSON
15 lines
364 B
JSON
{
|
|
"name": "insomnia-plugin-kong-declarative-config",
|
|
"version": "2.2.35-beta.4",
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "kong-declarative-config",
|
|
"description": "Generate Kong Declarative Config"
|
|
},
|
|
"dependencies": {
|
|
"openapi-2-kong": "2.2.35-beta.4",
|
|
"yaml": "^1.8.3"
|
|
},
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
|
}
|