{
  "name": "@aws-amplify/amplify-cli-core",
  "version": "4.4.4",
  "description": "Amplify CLI Core",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-cli.git",
    "directory": "packages/amplify-cli-core"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "graphql",
    "appsync",
    "aws"
  ],
  "scripts": {
    "test": "jest --logHeapUsage",
    "test-ci": "jest --ci -i",
    "build": "tsc",
    "watch": "tsc -w",
    "clean": "rimraf lib tsconfig.tsbuildinfo node_modules",
    "extract-api": "ts-node ../../scripts/extract-api.ts"
  },
  "dependencies": {
    "@aws-amplify/amplify-cli-logger": "1.3.8",
    "@aws-amplify/amplify-function-plugin-interface": "1.12.1",
    "@aws-amplify/amplify-prompts": "2.8.7",
    "@aws-amplify/graphql-transformer-interfaces": "^3.12.1",
    "@aws-sdk/util-arn-parser": "^3.893.0",
    "@yarnpkg/lockfile": "^1.1.0",
    "ajv": "^6.12.6",
    "aws-cdk-lib": "~2.189.1",
    "chalk": "^4.1.1",
    "ci-info": "^3.8.0",
    "cli-table3": "^0.6.0",
    "cloudform-types": "^4.2.0",
    "colors": "1.4.0",
    "dotenv": "^8.2.0",
    "ejs": "^3.1.7",
    "execa": "^5.1.1",
    "fs-extra": "^8.1.0",
    "globby": "^11.0.3",
    "hjson": "^3.2.1",
    "inquirer": "^7.3.3",
    "js-yaml": "^4.0.0",
    "lodash": "^4.17.21",
    "node-fetch": "^2.6.7",
    "open": "^8.4.0",
    "ora": "^4.0.3",
    "proxy-agent": "^6.3.0",
    "semver": "^7.5.4",
    "typescript-json-schema": "~0.52.0",
    "which": "^2.0.2",
    "yaml": "^2.2.2",
    "yauzl": "^3.1.3"
  },
  "devDependencies": {
    "@aws-amplify/amplify-function-plugin-interface": "1.10.3",
    "@types/archiver": "^5.3.1",
    "@types/ejs": "^3.1.1",
    "@types/fs-extra": "^8.0.1",
    "@types/hjson": "^2.4.2",
    "@types/json-schema": "^7.0.5",
    "@types/lodash": "^4.14.149",
    "@types/node": "^20.9.0",
    "@types/rimraf": "^3.0.0",
    "@types/uuid": "^8.0.0",
    "@types/yarnpkg__lockfile": "^1.1.5",
    "jest": "^29.7.0",
    "nock": "^13.5.0",
    "rimraf": "^6.0.1",
    "strip-ansi": "^6.0.0",
    "uuid": "^8.3.2"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "collectCoverageFrom": [
      "src/**/*.{ts,tsx,js,jsx}",
      "!src/__tests__/"
    ],
    "testRegex": "(src/__tests__/.*.test.ts)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "collectCoverage": true
  },
  "berry": {
    "plugins": [
      "@yarn/plugin-typescript"
    ]
  },
  "gitHead": "0dab509cbac3bb2be900336da4a62a5ef8e2b054"
}
