{
  "name": "@graphql-tools/graphql-tag-pluck",
  "version": "6.5.1",
  "description": "Pluck graphql-tag template literals",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0"
  },
  "dependencies": {
    "@babel/parser": "7.12.16",
    "@babel/traverse": "7.12.13",
    "@babel/types": "7.12.13",
    "@graphql-tools/utils": "^7.0.0",
    "tslib": "~2.1.0"
  },
  "repository": {
    "type": "git",
    "url": "ardatan/graphql-tools",
    "directory": "packages/graphql-tag-pluck"
  },
  "license": "MIT",
  "main": "index.cjs.js",
  "module": "index.esm.js",
  "typings": "index.d.ts",
  "typescript": {
    "definition": "index.d.ts"
  }
}
