{
  "name": "graphql-fields-projection",
  "version": "1.1.0",
  "description": "",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "/lib"
  ],
  "scripts": {
    "test": "jest ./test",
    "types": "find lib -name '*.d.ts' -delete && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Impact-Technical-Resources/graphql-fields-projection.git"
  },
  "keywords": [
    "graphql",
    "graphql-fields",
    "graphql-fields-projection",
    "selected-fields",
    "dataloader",
    "merge-selected-fields",
    "fields",
    "database projection",
    "projection",
    "project",
    "mongo",
    "mongodb",
    "sql",
    "path collision restrictions"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Impact-Technical-Resources/graphql-fields-projection/issues"
  },
  "homepage": "https://github.com/Impact-Technical-Resources/graphql-fields-projection#readme",
  "dependencies": {
    "graphql-fields": "^2.0.3",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "jest": "^28.1.0"
  }
}