{
  "_args": [
    [
      "graphql-transformer-core@6.29.6",
      "/Users/hassanabbasi/Documents/Projects/cdk-appsync-transformer"
    ]
  ],
  "_from": "graphql-transformer-core@6.29.6",
  "_id": "graphql-transformer-core@6.29.6",
  "_inBundle": false,
  "_integrity": "sha512-J8G9XKcCMD+oOK+8xVZog6F7rsmPaycqry+hi9NHQcffvWEtdEi6ESP3C3yQ7oCS2S32izCwxmCXIm1fghvNdA==",
  "_location": "/graphql-transformer-core",
  "_phantomChildren": {
    "graceful-fs": "4.2.8",
    "universalify": "0.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "graphql-transformer-core@6.29.6",
    "name": "graphql-transformer-core",
    "escapedName": "graphql-transformer-core",
    "rawSpec": "6.29.6",
    "saveSpec": null,
    "fetchSpec": "6.29.6"
  },
  "_requiredBy": [
    "/",
    "/graphql-auth-transformer",
    "/graphql-connection-transformer",
    "/graphql-dynamodb-transformer",
    "/graphql-function-transformer",
    "/graphql-http-transformer",
    "/graphql-key-transformer",
    "/graphql-ttl-transformer",
    "/graphql-versioned-transformer"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-transformer-core/-/graphql-transformer-core-6.29.6.tgz",
  "_spec": "6.29.6",
  "_where": "/Users/hassanabbasi/Documents/Projects/cdk-appsync-transformer",
  "author": {
    "name": "Amazon Web Services"
  },
  "bugs": {
    "url": "https://github.com/aws-amplify/amplify-cli/issues"
  },
  "dependencies": {
    "amplify-cli-core": "1.28.0",
    "cloudform-types": "^4.2.0",
    "deep-diff": "^1.0.2",
    "fs-extra": "^8.1.0",
    "glob": "^7.1.6",
    "graphql": "^14.5.8",
    "graphql-transformer-common": "4.19.9"
  },
  "description": "A framework to transform from GraphQL SDL to AWS CloudFormation.",
  "devDependencies": {
    "@types/fs-extra": "^8.0.1",
    "@types/node": "^12.12.6"
  },
  "gitHead": "2eeb994768671090801c28c07f744d9082810cf0",
  "homepage": "https://github.com/aws-amplify/amplify-cli#readme",
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testURL": "http://localhost",
    "testRegex": "(src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "collectCoverage": true
  },
  "keywords": [
    "graphql",
    "cloudformation",
    "aws"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "name": "graphql-transformer-core",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aws-amplify/amplify-cli.git",
    "directory": "packages/graphql-transformer-core"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf ./lib",
    "test": "jest",
    "watch": "tsc -w"
  },
  "types": "lib/index.d.ts",
  "version": "6.29.6"
}
