{
  "name": "@times-components/mock-tpa-server",
  "version": "0.3.0",
  "description": "utility for testing times component clients with mocked api",
  "main": "./dist/index",
  "scripts": {
    "fmt": "eslint . --fix && prettier --write '**/*.*'",
    "prettier:diff": "prettier --list-different '**/*.*'",
    "depcheck": "depcheck --ignores='@babel/*,babel-*,depcheck,**/eslint*,graphql,jest,prettier,webpack*' --ignore-bin-package=false --skip-missing",
    "lint": "eslint . && yarn prettier:diff && yarn depcheck",
    "transpile": "babel src -d dist --copy-files",
    "test": "jest __tests__/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newsuk/times-components.git"
  },
  "keywords": [
    "react",
    "web",
    "graphql",
    "provider",
    "component"
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/newsuk/times-components/issues"
  },
  "homepage": "https://github.com/newsuk/times-components#readme",
  "devDependencies": {
    "@babel/core": "7.4.4",
    "@times-components/eslint-config-thetimes": "0.8.18",
    "babel-preset-env": "^1.6.1",
    "depcheck": "0.6.9",
    "eslint": "5.9.0",
    "eslint-plugin-graphql": "2.1.1",
    "jest": "24.8.0",
    "prettier": "1.14.3"
  },
  "dependencies": {
    "@times-components/provider-test-tools": "1.27.0",
    "@times-components/schema": "0.7.3",
    "apollo-server": "2.4.8",
    "graphql": "14.2.1",
    "graphql-tools": "4.0.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
