{
  "name": "@graphql-toolkit/common",
  "version": "0.10.7",
  "description": "Common package containting utils and types for GraphQL Toolkit",
  "peerDependencies": {
    "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
  },
  "dependencies": {
    "aggregate-error": "3.0.1",
    "camel-case": "4.1.1",
    "graphql-tools": "5.0.0",
    "lodash": "4.17.15"
  },
  "repository": "git@github.com:ardatan/graphql-toolkit.git",
  "author": "Dotan Simha <dotansimha@gmail.com>",
  "license": "MIT",
  "main": "index.cjs.js",
  "module": "index.esm.js",
  "typings": "index.d.ts",
  "typescript": {
    "definition": "index.d.ts"
  },
  "sideEffects": false
}