insomnia/plugins/insomnia-plugin-kong-kubernetes-config/package.json
Filipe Freire 592d8a3a4b v3.7.0
2022-12-15 12:38:22 +00:00

26 lines
637 B
JSON

{
"private": true,
"name": "insomnia-plugin-kong-kubernetes-config",
"version": "3.7.0",
"main": "index.js",
"author": "Kong <office@konghq.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "plugins/insomnia-plugin-kong-kubernetes-config"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"insomnia": {
"name": "kong-kubernetes-config",
"description": "Generate Kong For Kubernetes configuration",
"unlisted": true
},
"dependencies": {
"openapi-2-kong": "^3.7.0",
"yaml": "^1.8.3"
}
}