{
  "name": "@nwt/apollo-mocked-provider",
  "version": "0.2.2",
  "description": "Automatically mock GraphQL data with a mocked ApolloProvider. A temporary fork of apollo-mocked-provider.",
  "author": "Ben Awad",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NickTomlin/apollo-mocked-provider.git"
  },
  "bugs": {
    "url": "https://github.com/NickTomlin/apollo-mocked-provider/issues"
  },
  "keywords": [],
  "homepage": "https://github.com/NickTomlin/apollo-mocked-provider#readme",
  "main": "dist/index.js",
  "umd:main": "dist/apollo-mocked-provider.umd.production.js",
  "module": "dist/apollo-mocked-provider.es.production.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "jest": {
    "setupFilesAfterEnv": [
      "<rootDir>/test/setup.ts"
    ]
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --env=jsdom",
    "prepublishOnly": "npm test && npm run build"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged",
      "pre-push": "npm test"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "devDependencies": {
    "@testing-library/react": "^8.0.1",
    "@types/graphql": "^14.2.0",
    "@types/jest": "^24.0.14",
    "@types/react": "^16.8.20",
    "@types/react-dom": "^16.8.4",
    "apollo-boost": "^0.4.3",
    "husky": "^2.4.1",
    "prettier": "^1.18.2",
    "pretty-quick": "^1.11.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "tsdx": "^0.6.1",
    "tslib": "^1.10.0",
    "typescript": "^3.5.2"
  },
  "dependencies": {
    "apollo-cache-inmemory": "^1.6.2",
    "apollo-client": "^2.6.2",
    "apollo-link-http": "^1.5.14",
    "apollo-link-schema": "^1.2.2",
    "graphql": "^14.3.1",
    "graphql-tools": "^4.0.4",
    "react-apollo": "^2.5.6"
  }
}
