{
  "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+ssh://git@github.com/fastify/aws-lambda-fastify.git"
  },
  "bugs": {
    "url": "https://github.com/fastify/aws-lambda-fastify/issues"
  },
  "license": "MIT",
  "version": "6.4.0",
  "main": "index.js",
  "type": "commonjs",
  "types": "types/index.d.ts",
  "scripts": {
    "lint": "eslint .",
    "test": "npm run test:unit && npm run test:typescript",
    "test:unit": "node scripts/unit.js",
    "test:typescript": "tsd",
    "performance": "npm run lint && node performanceTest/test",
    "preversion": "npm run test && git push",
    "postversion": "git push && git push --tags"
  },
  "devDependencies": {
    "@eslint/eslintrc": "3.3.3",
    "@eslint/js": "9.39.2",
    "@fastify/multipart": "^9.3.0",
    "@h4ad/serverless-adapter": "4.4.0",
    "@types/aws-lambda": "8.10.159",
    "@types/node": "^25.0.3",
    "aws-serverless-express": "^3.4.0",
    "aws-serverless-fastify": "^3.1.3",
    "benchmark": "^2.1.4",
    "eslint": "^9.39.2",
    "fast-glob": "^3.3.3",
    "fastify": "^5.6.2",
    "neostandard": "^0.12.2",
    "serverless-http": "^4.0.0",
    "tsd": "^0.33.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
