{
  "name": "graphql-anonym-directives",
  "version": "1.0.2",
  "description": "Provides some graphql directives to add role based anonymization to graphql schemata.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git@git.tu-berlin.de:my-awesome-group/graphql-access-control.git"
  },
  "keywords": [
    "graphql",
    "anonymization",
    "directives",
    "schema",
    ""
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "graphql": "^15.5.1",
    "graphql-tools": "^7.0.5",
    "jsonwebtoken": "^8.5.1",
    "value-anonymizer": "^1.0.0"
  },
  "homepage": "https://git.tu-berlin.de/my-awesome-group/graphql-access-control"
}
