2020-04-26 20:33:39 +00:00
|
|
|
{
|
2021-12-22 20:43:30 +00:00
|
|
|
"private": true,
|
2020-04-26 20:33:39 +00:00
|
|
|
"name": "insomnia-plugin-kong-declarative-config",
|
2022-06-09 08:05:54 +00:00
|
|
|
"version": "3.1.0",
|
2020-04-26 20:33:39 +00:00
|
|
|
"main": "index.js",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2021-05-13 11:31:33 +00:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "plugins/insomnia-plugin-kong-declarative-config"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
|
|
},
|
2020-04-26 20:33:39 +00:00
|
|
|
"insomnia": {
|
|
|
|
"name": "kong-declarative-config",
|
2021-11-10 07:42:41 +00:00
|
|
|
"description": "Generate Kong Declarative Config",
|
|
|
|
"unlisted": true
|
2020-04-26 20:33:39 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-09 08:05:54 +00:00
|
|
|
"openapi-2-kong": "3.1.0",
|
2020-04-26 20:33:39 +00:00
|
|
|
"yaml": "^1.8.3"
|
2022-03-10 19:49:17 +00:00
|
|
|
}
|
2020-04-26 20:33:39 +00:00
|
|
|
}
|