insomnia/packages/openapi-2-kong/package.json
2021-04-29 08:50:33 +12:00

44 lines
1.0 KiB
JSON

{
"name": "openapi-2-kong",
"license": "Apache-2.0",
"version": "2.2.35",
"main": "dist/index.js",
"scripts": {
"typecheck": "flow check",
"test": "jest",
"build": "webpack --config webpack.config.js --display errors-only",
"bootstrap": "npm run build",
"prepublish": "npm run build"
},
"jest": {
"testMatch": [
"**/__tests__/**/*.test.js"
],
"verbose": false,
"resetMocks": true,
"resetModules": true
},
"dependencies": {
"slugify": "^1.3.6",
"swagger-parser": "^8.0.3",
"url-join": "^4.0.1",
"yaml": "^1.7.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"jest": "^26.6.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "packages/openapi-2-kong"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
}