{
  "name": "@times-components/schema",
  "version": "0.7.5",
  "main": "fragment-matcher.js",
  "bin": {
    "getSchema": "./index.js"
  },
  "scripts": {
    "bundle": "cp fragment-matcher.js rnw.js",
    "fmt": "prettier --write '**/*.*'",
    "lint": "eslint . && yarn prettier:diff",
    "postinstall": "node ./index && yarn fmt",
    "prettier:diff": "prettier --list-different '**/*.*'",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newsuk/times-components.git"
  },
  "keywords": [
    "graphql",
    "schema"
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/newsuk/times-components/issues"
  },
  "homepage": "https://github.com/newsuk/times-components#readme",
  "devDependencies": {
    "@times-components/eslint-config-thetimes": "0.8.18",
    "@times-components/test-utils": "2.4.2",
    "eslint": "5.9.0",
    "prettier": "1.14.3",
    "rimraf": "2.6.1"
  },
  "dependencies": {
    "apollo-cache-inmemory": "1.5.1",
    "chalk": "2.4.1",
    "graphql": "14.2.1",
    "node-fetch": "2.6.7"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3d89168877398a7dce9f4072ec2cfa30b86c3bc4"
}
