{
  "name": "@aws-amplify/codegen-ui",
  "version": "2.20.7",
  "description": "generic component code generation interface definitions",
  "author": "Amazon Web Services",
  "homepage": "https://docs.amplify.aws/",
  "repository": "https://github.com/aws-amplify/amplify-codegen-ui.git",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "scripts": {
    "test": "jest",
    "test:ci": "jest -i --ci",
    "test:update": "jest --updateSnapshot",
    "build": "tsc -p tsconfig.build.json",
    "build:watch": "npm run build -- --watch"
  },
  "dependencies": {
    "change-case": "^4.1.2",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "@aws-amplify/appsync-modelgen-plugin": "^2.3.3",
    "@aws-amplify/datastore": "^4.0.15"
  },
  "jest": {
    "verbose": false,
    "preset": "ts-jest",
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "collectCoverage": true,
    "collectCoverageFrom": [
      "lib/**/*.ts"
    ],
    "coveragePathIgnorePatterns": [
      "<rootDir>/lib/__tests__/__utils__/"
    ],
    "testRegex": "(lib/__tests__/.*.test.ts)$",
    "testPathIgnorePatterns": [
      "<rootDir>/lib/__tests__/__utils__/"
    ],
    "globals": {
      "ts-jest": {
        "diagnostics": false
      }
    },
    "moduleFileExtensions": [
      "ts",
      "js"
    ]
  },
  "overrides": {
    "form-data": "^4.0.4",
    "hermes-engine": ">=0.10.0",
    "shell-quote": ">=1.7.3"
  },
  "gitHead": "4b504efd4c7f795a9ab09c05c85afde743ab214d"
}
