2020-04-26 20:33:39 +00:00
|
|
|
{
|
|
|
|
"name": "openapi-2-kong",
|
2021-04-22 20:21:22 +00:00
|
|
|
"license": "Apache-2.0",
|
2021-04-28 20:50:33 +00:00
|
|
|
"version": "2.2.35",
|
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-05-12 06:35:00 +00:00
|
|
|
"lint": "eslint . --ext .js,.ts,.tsx",
|
|
|
|
"lint:fix": "npm run lint -- --fix",
|
|
|
|
"clean": "tsc --build tsconfig.build.json --clean",
|
|
|
|
"postclean": "rimraf dist",
|
|
|
|
"build": "tsc --build tsconfig.build.json",
|
|
|
|
"test": "jest",
|
2020-05-14 20:57:03 +00:00
|
|
|
"prepublish": "npm run build"
|
2020-04-26 20:33:39 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-12 06:35:00 +00:00
|
|
|
"openapi-types": "^8.0.0",
|
2020-04-26 20:33:39 +00:00
|
|
|
"slugify": "^1.3.6",
|
|
|
|
"swagger-parser": "^8.0.3",
|
|
|
|
"url-join": "^4.0.1",
|
|
|
|
"yaml": "^1.7.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-12 06:35:00 +00:00
|
|
|
"@types/url-join": "^4.0.0",
|
|
|
|
"@types/yaml": "^1.9.7",
|
|
|
|
"type-fest": "^1.0.2",
|
|
|
|
"jest": "^26.6.3"
|
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"
|
|
|
|
},
|
2020-07-01 23:28:05 +00:00
|
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
2020-04-26 20:33:39 +00:00
|
|
|
}
|