{
  "name": "@aws-cdk/aws-cognito-identitypool-alpha",
  "version": "2.186.0-alpha.0",
  "description": "This module is deprecated. All constructs are now available under aws-cdk-lib/aws-cognito-identitypool",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "jsii": {
    "outdir": "dist",
    "targets": {
      "java": {
        "package": "software.amazon.awscdk.services.cognito.identitypool.alpha",
        "maven": {
          "groupId": "software.amazon.awscdk",
          "artifactId": "cognito-identitypool-alpha"
        }
      },
      "dotnet": {
        "namespace": "Amazon.CDK.AWS.Cognito.IdentityPool.Alpha",
        "packageId": "Amazon.CDK.AWS.Cognito.IdentityPool.Alpha",
        "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png"
      },
      "python": {
        "distName": "aws-cdk.aws-cognito-identitypool-alpha",
        "module": "aws_cdk.aws_cognito_identitypool_alpha",
        "classifiers": [
          "Framework :: AWS CDK",
          "Framework :: AWS CDK :: 2"
        ]
      },
      "go": {
        "moduleName": "github.com/aws/aws-cdk-go",
        "packageName": "awscdkcognitoidentitypoolalpha"
      }
    },
    "projectReferences": true,
    "metadata": {
      "jsii": {
        "rosetta": {
          "strict": true
        }
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aws/aws-cdk.git",
    "directory": "packages/@aws-cdk/aws-cognito-identitypool-alpha"
  },
  "scripts": {
    "build": "cdk-build",
    "watch": "cdk-watch",
    "lint": "cdk-lint",
    "test": "cdk-test",
    "integ": "integ-runner --language javascript",
    "pkglint": "pkglint -f",
    "package": "cdk-package",
    "awslint": "cdk-awslint",
    "build+test+package": "yarn build+test && yarn package",
    "build+test": "yarn build && yarn test",
    "compat": "cdk-compat",
    "rosetta:extract": "yarn --silent jsii-rosetta extract",
    "build+extract": "yarn build && yarn rosetta:extract",
    "build+test+extract": "yarn build+test && yarn rosetta:extract"
  },
  "cdk-build": {
    "env": {
      "AWSLINT_BASE_CONSTRUCT": true
    }
  },
  "keywords": [
    "aws",
    "cdk",
    "constructs",
    "cognito",
    "identitypool"
  ],
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com",
    "organization": true
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@aws-cdk/cdk-build-tools": "2.186.0-alpha.0",
    "@aws-cdk/integ-runner": "2.184.1-alpha.0",
    "@aws-cdk/integ-tests-alpha": "^2.186.0-alpha.0",
    "@aws-cdk/pkglint": "2.186.0-alpha.0",
    "@types/jest": "^29.5.14",
    "aws-cdk-lib": "2.186.0",
    "constructs": "^10.0.0",
    "jest": "^29.7.0"
  },
  "dependencies": {},
  "homepage": "https://github.com/aws/aws-cdk",
  "peerDependencies": {
    "aws-cdk-lib": "^2.186.0",
    "constructs": "^10.0.0"
  },
  "engines": {
    "node": ">= 14.15.0"
  },
  "stability": "deprecated",
  "maturity": "deprecated",
  "awscdkio": {
    "announce": false
  },
  "publishConfig": {
    "tag": "latest"
  },
  "private": false,
  "pkglint": {
    "exclude": [
      "naming/package-matches-directory",
      "assert/assert-dependency"
    ]
  }
}