2020-04-26 20:33:39 +00:00
|
|
|
{
|
2022-10-27 15:55:30 +00:00
|
|
|
"private": true,
|
2020-04-26 20:33:39 +00:00
|
|
|
"name": "openapi-2-kong",
|
2021-04-22 20:21:22 +00:00
|
|
|
"license": "Apache-2.0",
|
2023-07-25 22:37:39 +00:00
|
|
|
"version": "3.19.0-beta.5",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2020-04-26 20:33:39 +00:00
|
|
|
"main": "dist/index.js",
|
2021-05-12 06:35:00 +00:00
|
|
|
"types": "dist/index.d.ts",
|
2020-04-26 20:33:39 +00:00
|
|
|
"scripts": {
|
2020-05-14 20:57:03 +00:00
|
|
|
"bootstrap": "npm run build",
|
2021-12-10 23:10:20 +00:00
|
|
|
"lint": "eslint . --ext .js,.ts,.tsx --cache",
|
2021-05-12 06:35:00 +00:00
|
|
|
"clean": "tsc --build tsconfig.build.json --clean",
|
|
|
|
"postclean": "rimraf dist",
|
|
|
|
"build": "tsc --build tsconfig.build.json",
|
2022-10-27 15:55:30 +00:00
|
|
|
"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",
|
2021-05-12 06:35:00 +00:00
|
|
|
"openapi-types": "^8.0.0",
|
2022-03-30 13:31:15 +00:00
|
|
|
"slugify": "1.6.5",
|
2020-04-26 20:33:39 +00:00
|
|
|
"url-join": "^4.0.1",
|
2023-07-12 10:14:18 +00:00
|
|
|
"yaml": "^2.3.1"
|
2020-04-26 20:33:39 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-19 14:12:37 +00:00
|
|
|
"@jest/globals": "^28.1.0",
|
2022-04-04 12:17:01 +00:00
|
|
|
"@types/url-join": "^4.0.1",
|
2022-05-17 12:18:06 +00:00
|
|
|
"jest": "^28.1.0",
|
2022-03-08 23:05:21 +00:00
|
|
|
"type-fest": "^2.12.0"
|
2020-07-01 23:28:05 +00:00
|
|
|
},
|
2021-04-27 07:08:42 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "packages/openapi-2-kong"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
2022-03-10 19:49:17 +00:00
|
|
|
}
|
2020-04-26 20:33:39 +00:00
|
|
|
}
|