{
  "_args": [
    [
      "graphql-relational-schema-transformer@2.18.6",
      "/Users/hassanabbasi/Documents/Projects/cdk-appsync-transformer"
    ]
  ],
  "_from": "graphql-relational-schema-transformer@2.18.6",
  "_id": "graphql-relational-schema-transformer@2.18.6",
  "_inBundle": false,
  "_integrity": "sha512-7ufbAnwwNEjRfK9fJCsZNJ5VOhTzXDC7YytssfJx/kYQqdUi8z8AqznMqNLFqFd3NzR/rTIrcMGoByv4GpE+hw==",
  "_location": "/graphql-relational-schema-transformer",
  "_phantomChildren": {
    "graceful-fs": "4.2.8",
    "universalify": "0.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "graphql-relational-schema-transformer@2.18.6",
    "name": "graphql-relational-schema-transformer",
    "escapedName": "graphql-relational-schema-transformer",
    "rawSpec": "2.18.6",
    "saveSpec": null,
    "fetchSpec": "2.18.6"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-relational-schema-transformer/-/graphql-relational-schema-transformer-2.18.6.tgz",
  "_spec": "2.18.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": {
    "cloudform": "^4.2.0",
    "cloudform-types": "^4.2.0",
    "fs-extra": "^8.1.0",
    "graphql": "^14.5.8",
    "graphql-mapping-template": "4.18.3",
    "graphql-transformer-common": "4.19.9"
  },
  "description": "An AppSync model transform that takes a relational database and turns that into a GraphQL API.",
  "devDependencies": {
    "@types/fs-extra": "^8.0.1",
    "aws-sdk": "^2.963.0"
  },
  "gitHead": "8738095619ba2bc2f01d381d816fc0f65bb3f88f",
  "homepage": "https://github.com/aws-amplify/amplify-cli#readme",
  "jest": {
    "collectCoverage": true,
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testURL": "http://localhost",
    "testRegex": "(src/__tests__/.*.test\\.(js|ts))$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "globals": {
      "ts-jest": {
        "diagnostics": false
      }
    }
  },
  "keywords": [
    "graphql",
    "appsync",
    "aws"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "name": "graphql-relational-schema-transformer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aws-amplify/amplify-cli.git",
    "directory": "packages/graphql-relational-schema-transformer"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf ./lib",
    "test": "jest --coverage"
  },
  "types": "lib/index.d.ts",
  "version": "2.18.6"
}
