{
  "name": "@fastify/aws-lambda",
  "description": "Inspired by aws-serverless-express to work with Fastify with inject functionality.",
  "keywords": [
    "aws",
    "lambda",
    "serverless",
    "amazon",
    "cloud",
    "node",
    "nodejs",
    "javascript",
    "proxy",
    "api",
    "api-gateway",
    "fastify",
    "web"
  ],
  "homepage": "https://github.com/fastify/aws-lambda-fastify",
  "author": "Adriano Raiano <adriano@raiano.ch>",
  "repository": {
    "type": "git",
    "url": "git@github.com:fastify/aws-lambda-fastify.git"
  },
  "bugs": {
    "url": "https://github.com/fastify/aws-lambda-fastify/issues"
  },
  "license": "MIT",
  "version": "3.3.0",
  "main": "index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "lint": "eslint .",
    "test": "npm run test:unit && npm run test:typescript",
    "test:unit": "tap -J -R specy --no-coverage test/*test.js",
    "test:typescript": "tsd",
    "performance": "npm run lint && node performanceTest/test"
  },
  "devDependencies": {
    "@fastify/multipart": "7.6.1",
    "@fastify/pre-commit": "^2.0.2",
    "@types/aws-lambda": "8.10.119",
    "aws-lambda": "^1.0.7",
    "aws-serverless-express": "^3.4.0",
    "aws-serverless-fastify": "^3.0.2",
    "benchmark": "^2.1.4",
    "eslint": "^8.31.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.27.4",
    "eslint-plugin-n": "^15.6.1",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-standard": "^5.0.0",
    "fastify": "^4.11.0",
    "serverless-http": "^3.1.1",
    "tap": "^16.3.3",
    "tsd": "^0.28.0"
  },
  "overrides": {
    "aws-serverless-fastify": {
      "fastify": "^4.11.0"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "pre-commit": [
    "lint",
    "test"
  ]
}
