insomnia/packages/openapi-2-kong/package.json

36 lines
985 B
JSON
Raw Normal View History

2020-04-26 20:33:39 +00:00
{
"private": true,
2020-04-26 20:33:39 +00:00
"name": "openapi-2-kong",
"license": "Apache-2.0",
2024-05-07 11:20:21 +00:00
"version": "9.1.1",
"author": "Kong <office@konghq.com>",
"main": "src/index.ts",
"types": "src/index.ts",
2020-04-26 20:33:39 +00:00
"scripts": {
2021-12-10 23:10:20 +00:00
"lint": "eslint . --ext .js,.ts,.tsx --cache",
"build": "tsc --build tsconfig.build.json",
"test": "jest"
2020-04-26 20:33:39 +00:00
},
"dependencies": {
2022-11-29 17:46:35 +00:00
"@apidevtools/swagger-parser": "10.1.0",
"openapi-types": "^12.1.3",
"slugify": "1.6.6",
"yaml": "^1.6.0"
2020-04-26 20:33:39 +00:00
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"jest": "^29.7.0",
"type-fest": "^4.15.0"
2020-07-01 23:28:05 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kong/insomnia.git",
"directory": "packages/openapi-2-kong"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"description": "This module generates Kong Declarative Config and Kong for Kubernetes config, from OpenAPI 3.0 specifications.",
"homepage": "https://github.com/Kong/insomnia#readme"
2020-04-26 20:33:39 +00:00
}