insomnia/packages/openapi-2-kong/package.json
Jack Kavanagh 97b1d7f3ac
Bump/types (#7025)
* bump types

* lockfile
2024-01-29 13:55:11 +01:00

38 lines
1.0 KiB
JSON

{
"private": true,
"name": "openapi-2-kong",
"license": "Apache-2.0",
"version": "8.6.0",
"author": "Kong <office@konghq.com>",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"lint": "eslint . --ext .js,.ts,.tsx --cache",
"build": "tsc --build tsconfig.build.json",
"test": "jest"
},
"dependencies": {
"@apidevtools/swagger-parser": "10.1.0",
"openapi-types": "^8.0.0",
"slugify": "1.6.5",
"url-join": "^4.0.1",
"yaml": "^2.3.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/url-join": "^4.0.3",
"jest": "^29.7.0",
"type-fest": "^2.12.0"
},
"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"
}