{
  "_args": [
    [
      "amplify-cli-core@1.28.0",
      "/Users/hassanabbasi/Documents/Projects/cdk-appsync-transformer"
    ]
  ],
  "_from": "amplify-cli-core@1.28.0",
  "_id": "amplify-cli-core@1.28.0",
  "_inBundle": false,
  "_integrity": "sha512-sYJI78uwMFLMSMhIrE948R7xfvfkh16dn8yQdErEeWIlRahnKSuhncjnmKXM1kDl0jqo73tJ14VGkAKUex6E/g==",
  "_location": "/amplify-cli-core",
  "_phantomChildren": {
    "graceful-fs": "4.2.8",
    "universalify": "0.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "amplify-cli-core@1.28.0",
    "name": "amplify-cli-core",
    "escapedName": "amplify-cli-core",
    "rawSpec": "1.28.0",
    "saveSpec": null,
    "fetchSpec": "1.28.0"
  },
  "_requiredBy": [
    "/graphql-transformer-core"
  ],
  "_resolved": "https://registry.npmjs.org/amplify-cli-core/-/amplify-cli-core-1.28.0.tgz",
  "_spec": "1.28.0",
  "_where": "/Users/hassanabbasi/Documents/Projects/cdk-appsync-transformer",
  "author": {
    "name": "Amazon Web Services"
  },
  "bugs": {
    "url": "https://github.com/aws-amplify/amplify-cli/issues"
  },
  "dependencies": {
    "ajv": "^6.12.3",
    "amplify-cli-logger": "1.1.0",
    "amplify-prompts": "1.1.2",
    "chalk": "^4.1.1",
    "ci-info": "^2.0.0",
    "cloudform-types": "^4.2.0",
    "dotenv": "^8.2.0",
    "execa": "^5.1.1",
    "fs-extra": "^8.1.0",
    "globby": "^11.0.3",
    "hjson": "^3.2.1",
    "js-yaml": "^4.0.0",
    "lodash": "^4.17.21",
    "node-fetch": "^2.6.1",
    "open": "^7.3.1",
    "proxy-agent": "^4.0.1",
    "semver": "^7.3.5",
    "which": "^2.0.2"
  },
  "description": "Amplify CLI Core",
  "devDependencies": {
    "@types/fs-extra": "^8.0.1",
    "@types/hjson": "^2.4.2",
    "@types/json-schema": "^7.0.5",
    "@types/lodash": "^4.14.149",
    "@types/node": "^12.12.6",
    "@types/rimraf": "^3.0.0",
    "@types/uuid": "^8.0.0",
    "amplify-function-plugin-interface": "1.9.1",
    "nock": "^13.0.11",
    "rimraf": "^3.0.0",
    "strip-ansi": "^6.0.0",
    "uuid": "^8.3.2"
  },
  "gitHead": "2eeb994768671090801c28c07f744d9082810cf0",
  "homepage": "https://github.com/aws-amplify/amplify-cli#readme",
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(src/__tests__/.*.test.ts)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "collectCoverage": true
  },
  "keywords": [
    "graphql",
    "appsync",
    "aws"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "name": "amplify-cli-core",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aws-amplify/amplify-cli.git",
    "directory": "packages/amplify-cli-core"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf lib tsconfig.tsbuildinfo",
    "test": "jest",
    "test-ci": "jest --ci -i",
    "watch": "tsc -w"
  },
  "types": "lib/index.d.ts",
  "version": "1.28.0"
}
