UNPKG

@aws-amplify/amplify-category-auth

Version:

amplify-cli authentication plugin

91 lines (90 loc) 2.43 kB
{ "name": "@aws-amplify/amplify-category-auth", "version": "3.7.22", "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.4.2", "@aws-amplify/amplify-environment-parameters": "1.9.20", "@aws-amplify/amplify-function-plugin-interface": "1.12.1", "@aws-amplify/amplify-prompts": "2.8.7", "@aws-amplify/amplify-util-import": "2.8.3", "@aws-amplify/cli-extensibility-helper": "3.0.39", "amplify-headless-interface": "1.17.8", "amplify-util-headless-input": "1.9.19", "aws-cdk-lib": "~2.189.1", "aws-sdk": "^2.1464.0", "axios": "^1.6.7", "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-cognito-identity-provider": "3.624.0", "@aws-sdk/client-iam": "3.624.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": "9933d70fa693882e787a35e715da0e18a65f83d6" }