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

34 lines
797 B
JSON
Raw Normal View History

2020-04-26 20:33:39 +00:00
{
"name": "openapi-2-kong",
2020-11-26 03:12:14 +00:00
"version": "2.2.26",
2020-04-26 20:33:39 +00:00
"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"
2020-04-26 20:33:39 +00:00
},
"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",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
2020-07-01 23:28:05 +00:00
},
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
2020-04-26 20:33:39 +00:00
}