{
  "name": "serverless-framework-with-openapi-integration",
  "version": "1.0.0",
  "description": "",
  "dependencies": {
    "path": "^0.12.7",
    "serverless": "3.x"
  },
  "devDependencies": {
    "@babel/plugin-transform-modules-commonjs": "^7.13.8",
    "axios": "^0.21.1",
    "jest": "^26.6.3",
    "serverless-openapi-integration-helper": "^2.0.0",
    "serverless-random-gateway-deployment-id": "^2.1.0",
    "serverless-plugin-test-helper": "^2.6.1"
  },
  "scripts": {
    "test": "jest"
  },
  "jest": {
    "testMatch": [
      "**/?(*.)+(spec|test).[jt]s?(x)"
    ]
  }
}
