{
  "name": "@smither/aws-user-pool-client-settings",
  "version": "1.18.4",
  "description": "aws-cdk custom resource to allow setting details for user pool client and integrations.",
  "main": "lib/userPoolClientSettings.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc -b",
    "postbuild": "cp -r src/CloudFormationSendResponse lib/CloudFormationSendResponse && cp -r src/UserPoolIntegration lib/UserPoolIntegration && cd lib/CloudFormationSendResponse && npm i"
  },
  "repository": {
    "type": "git",
    "url": "https://git.smither.org/callum/aws-user-pool-client-settings"
  },
  "files": [
    "/lib",
    "/lib/CloudFormationSendResponse/node_modules"
  ],
  "keywords": [
    "aws-cdk",
    "userpool",
    "aws",
    "cognito"
  ],
  "author": "Callum Smith",
  "license": "GPL-3.0",
  "dependencies": {
    "@aws-cdk/aws-cloudformation": "^1.18.0",
    "@aws-cdk/aws-cognito": "^1.18.0",
    "@aws-cdk/aws-iam": "^1.18.0",
    "@aws-cdk/aws-lambda": "^1.18.0",
    "@aws-cdk/core": "^1.18.0",
    "typescript": "^3.7.2"
  }
}
