{
  "name": "serverless-openapi-integration-helper",
  "keywords": [
    "serverless",
    "aws",
    "oas3",
    "gateway",
    "openapi",
    "swagger",
    "serverless-plugin",
    "x-amazon-apigateway-integration"
  ],
  "version": "2.3.0",
  "description": "Serverless plugin for integrating aws gateway syntax into open api specification",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha \"test/**/*.test.js\""
  },
  "dependencies": {
    "js-yaml": "^4.1.0",
    "lodash.merge": "^4.6.2"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.2.5"
  },
  "peerDependencies": {
    "serverless": "3.x"
  },
  "engines": {
    "node": ">=10.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yndlingsfar/serverless-openapi-integration-helper"
  },
  "bugs": {
    "url": "https://github.com/yndlingsfar/serverless-openapi-integration-helper"
  },
  "homepage": "https://github.com/yndlingsfar/serverless-openapi-integration-helper#readme"
}
