{
  "name": "cognito-at-edge",
  "version": "1.5.4",
  "repository": {
    "type": "git",
    "url": "https://github.com/awslabs/cognito-at-edge"
  },
  "description": "Cognito authentication made easy to protect your website with CloudFront and Lambda@Edge.",
  "author": "AWS Builder Labs <aws-builder-labs@amazon.com>",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "eslint .",
    "test": "jest --coverage"
  },
  "dependencies": {
    "aws-jwt-verify": "^2.1.1",
    "axios": "^1.6.5",
    "pino": "^9.12.0"
  },
  "devDependencies": {
    "@types/aws-lambda": "^8.10.89",
    "@types/jest": "^27.4.0",
    "@typescript-eslint/eslint-plugin": "^5.9.1",
    "@typescript-eslint/parser": "^5.9.1",
    "eslint": "^7.32.0",
    "jest": "^27.4.7",
    "ts-jest": "^27.1.2",
    "typescript": "^4.5.4"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "keywords": [
    "aws",
    "cognito",
    "userpool",
    "cloudfront",
    "lambda",
    "edge",
    "private",
    "website"
  ]
}
