{
  "name": "@graphback/datasync",
  "version": "1.1.2",
  "description": "Datasync Plugin for Graphback",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "typescript": {
    "definition": "types/index.d.ts"
  },
  "author": "wtrocki@redhat.com",
  "scripts": {
    "clean": "rimraf coverage dist types",
    "build": "tsc",
    "watch": "tsc -w ",
    "lint": "eslint -t stylish --project \"tsconfig.json\"",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aerogear/graphback.git"
  },
  "bugs": {
    "url": "https://github.com/aerogear/graphback/issues"
  },
  "homepage": "https://github.com/aerogear/graphback/tree/master/packages/graphback-datasync#readme",
  "engines": {
    "node": ">=10.15.3"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/jest": "26.0.19",
    "@types/node": "12.19.9",
    "graphql": "15.4.0",
    "jest": "26.6.3",
    "jest-date-mock": "1.0.8",
    "mongodb-memory-server": "6.9.2",
    "rimraf": "3.0.2",
    "ts-jest": "26.4.4",
    "ts-node": "9.1.1",
    "tsutils": "3.17.1",
    "typescript": "4.1.3"
  },
  "dependencies": {
    "@graphback/codegen-schema": "1.1.2",
    "@graphback/core": "1.1.2",
    "@graphback/runtime-mongo": "1.1.2",
    "@graphql-tools/utils": "7.1.4",
    "graphback": "1.1.2",
    "graphql-compose": "7.23.0",
    "graphql-metadata": "0.7.6",
    "graphql-subscriptions": "1.1.0",
    "mongodb": "3.6.3",
    "pluralize": "8.0.0"
  },
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0"
  }
}
