{
  "name": "@ten24group/fw24-auth-cognito",
  "version": "1.0.4",
  "description": "Cognito auth module for fw24",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "release": "npm run build && standard-version && git push --follow-tags && npm publish",
    "release:BE": "npm run build && standard-version --prerelease beta && git push --follow-tags && npm publish --tag bleeding-edge",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ten24group/fw24-modules.git"
  },
  "keywords": [
    "fw24",
    "framework24",
    "serverless",
    "framework"
  ],
  "author": "Ten24 Group, LLC",
  "license": "MIT",
  "files": [
    "LICENSE",
    "README.md",
    "dist"
  ],
  "bugs": {
    "url": "https://github.com/ten24group/fw24-modules/issues"
  },
  "homepage": "https://github.com/ten24group/fw24-modules#readme",
  "devDependencies": {
    "@jest/globals": "^29.0.0",
    "@types/jest": "^29.0.0",
    "@types/node": "^18.0.0",
    "@ten24group/fw24": "^1.0.0",
    "aws-cdk-lib": "^2.182.0",
    "aws-sdk-client-mock": "^3.0.0",
    "aws-sdk-client-mock-jest": "^3.0.0",
    "jest": "^29.0.0",
    "standard-version": "^9.5.0",
    "ts-jest": "^29.0.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "@aws-sdk/client-cloudwatch-logs": "^3.0.0",
    "@aws-sdk/client-cognito-identity": "^3.0.0",
    "@aws-sdk/client-cognito-identity-provider": "^3.0.0",
    "aws-jwt-verify": "^4.0.0"
  },
  "peerDependencies": {
    "@ten24group/fw24": ">=1.0.0-0 <2.0.0"
  },
  "resolutions": {
    "@smithy/types": "^2.0.0",
    "@smithy/smithy-client": "^2.0.0"
  },
  "overrides": {
    "@smithy/types": "^2.0.0",
    "@smithy/smithy-client": "^2.0.0"
  }
}
