{
  "name": "@graphql-tools/utils",
  "version": "6.0.16",
  "description": "Common package containting utils and types for GraphQL tools",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0"
  },
  "dependencies": {
    "@ardatan/aggregate-error": "0.0.1",
    "camel-case": "4.1.1"
  },
  "repository": "git@github.com:ardatan/graphql-tools.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"
  },
  "devDependencies": {
    "@types/dateformat": "3.0.1",
    "dateformat": "3.0.3",
    "graphql-scalars": "1.2.6"
  },
  "publishConfig": {
    "access": "public"
  }
}