{
  "name": "@aws-amplify/amplify-category-auth",
  "version": "3.7.28",
  "description": "amplify-cli authentication plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-cli.git",
    "directory": "packages/amplify-category-auth"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "amplify",
    "aws"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "clean": "rimraf lib tsconfig.tsbuildinfo node_modules",
    "test": "jest --logHeapUsage",
    "test-watch": "jest --watch",
    "generateSchemas": "ts-node ./scripts/generateAuthSchemas.ts",
    "extract-api": "ts-node ../../scripts/extract-api.ts"
  },
  "dependencies": {
    "@aws-amplify/amplify-cli-core": "4.6.0",
    "@aws-amplify/amplify-environment-parameters": "1.9.25",
    "@aws-amplify/amplify-function-plugin-interface": "1.12.1",
    "@aws-amplify/amplify-prompts": "2.8.7",
    "@aws-amplify/amplify-util-import": "2.8.6",
    "@aws-amplify/cli-extensibility-helper": "3.0.43",
    "@aws-sdk/client-cognito-identity": "^3.919.0",
    "@aws-sdk/client-cognito-identity-provider": "^3.919.0",
    "@aws-sdk/client-s3": "^3.919.0",
    "amplify-headless-interface": "1.17.8",
    "amplify-util-headless-input": "1.9.19",
    "aws-cdk-lib": "~2.189.1",
    "axios": "^1.11.0",
    "chalk": "^4.1.1",
    "change-case": "^4.1.1",
    "constructs": "^10.0.5",
    "enquirer": "^2.3.6",
    "fs-extra": "^8.1.0",
    "inquirer": "^7.3.3",
    "lodash": "^4.17.21",
    "mime-types": "^2.1.26",
    "ora": "^4.0.3",
    "promise-sequential": "^1.1.1",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@aws-sdk/client-iam": "^3.919.0",
    "@types/mime-types": "^2.1.1",
    "cloudform-types": "^4.2.0",
    "jest": "^29.7.0",
    "rimraf": "^6.0.1"
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.{ts,tsx,js,jsx}",
      "!src/__tests__/"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testEnvironmentOptions": {
      "url": "http://localhost"
    },
    "testRegex": "((\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "berry": {
    "plugins": [
      "@yarn/plugin-typescript"
    ]
  },
  "gitHead": "926b6d3b22a53832eb143901cee60a6f8f40536c"
}
