{
  "name": "apollo-koa-constraint-directive",
  "version": "1.2.3",
  "description": "Check the GraphQL input fields with directives",
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "test": "npm run test:unit",
    "test:unit": "jest"
  },
  "author": "Alexander Vu <alexander.vu.tuyet@gmail.com>",
  "license": "ISC",
  "engines": {
    "node": ">=10.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:alexanderVu/apollo-koa-constraint-directive.git"
  },
  "bugs": {
    "url": "https://github.com/alexanderVu/apollo-koa-constraint-directive/issues"
  },
  "keywords": [
    "graphql",
    "apollo",
    "koa",
    "validate",
    "validation",
    "validator",
    "directive",
    "constraint"
  ],
  "devDependencies": {
    "apollo-server-testing": "^2.19.2",
    "graphql": "14.7.0",
    "jest": "^26.6.3",
    "koa": "^2.13.1",
    "koa-bodyparser": "^4.3.0",
    "standard": "^16.0.3"
  },
  "dependencies": {
    "apollo-server-koa": "^2.19.2",
    "validator": "^13.5.2",
    "zxcvbn": "^4.4.2"
  },
  "peerDependencies": {
    "graphql": "14.7.0"
  }
}
