{
  "name": "graphql-codegen-types-map",
  "version": "1.1.2",
  "repository": "https://github.com/lukaskl/graphql-codegen-types-map",
  "author": "lukaskl",
  "license": "MIT",
  "sideEffects": false,
  "main": "./index.js",
  "typings": "./index.d.ts",
  "keywords": [
    "graphql-code-generator",
    "typescript",
    "node"
  ],
  "dependencies": {
    "@graphql-codegen/plugin-helpers": "^1.13.1",
    "@graphql-codegen/visitor-plugin-common": "^1.13.1",
    "change-case": "^4.1.1",
    "esprima": "^3.1.3",
    "graphql": "^14.6.0",
    "lazy-get-decorator": "^2.2.0",
    "lodash.flatmap": "^4.5.0",
    "lodash.merge": "^4.6.2",
    "lodash.uniq": "^4.5.0",
    "object.fromentries": "^2.0.2",
    "static-eval": "^2.0.5"
  }
}