{
  "name": "@as-integrations/aws-lambda",
  "description": "An Apollo Server integration for hosting on AWS Lambda",
  "version": "4.0.1",
  "author": "Michael Watson & Daniel Abdelsamed",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda"
  },
  "homepage": "https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda#readme",
  "bugs": {
    "url": "https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/issues"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=16.0"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "clean": "git clean -dfqX",
    "prepack": "npm run build",
    "prettier-check": "prettier --check .",
    "prettier-fix": "prettier --write .",
    "publish-changeset": "changeset publish",
    "spell-check": "cspell lint '**' --no-progress || (echo 'Add any real words to cspell-dict.txt.'; exit 1)",
    "test": "jest",
    "test:ci": "jest --coverage --ci --maxWorkers=2 --reporters=default --reporters=jest-junit",
    "watch": "tsc --build --watch",
    "lint": "eslint src/**/*.ts"
  },
  "dependencies": {
    "@types/aws-lambda": "^8.10.152"
  },
  "devDependencies": {
    "@apollo/server": "5.0.0",
    "@apollo/server-integration-testsuite": "5.0.0",
    "@apollo/utils.withrequired": "3.0.0",
    "@changesets/changelog-github": "0.5.1",
    "@changesets/cli": "2.29.7",
    "@types/jest": "30.0.0",
    "@types/node": "^20.19.17",
    "@typescript-eslint/eslint-plugin": "8.44.1",
    "@typescript-eslint/parser": "8.44.1",
    "cspell": "9.2.1",
    "eslint": "9.36.0",
    "jest": "30.1.3",
    "jest-junit": "16.0.0",
    "prettier": "3.6.2",
    "ts-jest": "29.4.4",
    "ts-node": "10.9.2",
    "typescript": "5.9.2"
  },
  "peerDependencies": {
    "@apollo/server": "^5.0.0"
  },
  "volta": {
    "node": "22.20.0",
    "npm": "11.6.1"
  }
}
