{
  "name": "@sls-next/next-aws-lambda",
  "publishConfig": {
    "access": "public"
  },
  "version": "3.5.0",
  "description": "Compat layer between next.js serverless page and AWS Lambda",
  "files": [
    "lib/**",
    "index.js"
  ],
  "main": "index.js",
  "keywords": [
    "serverless",
    "nextjs",
    "lambda",
    "next",
    "api gateway"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/serverless-nextjs/serverless-next.js.git",
    "directory": "packages/compat-layers/apigw-lambda-compat"
  },
  "author": "Daniel Conde Marin <danielconde9@gmail.com>",
  "license": "MIT"
}
