{
  "name": "@times-components/provider-queries",
  "version": "2.18.0",
  "description": "GraphQL queries for sharing",
  "main": "dist/provider-queries",
  "dev": "src/provider-queries",
  "scripts": {
    "fmt": "eslint . --fix && prettier --write '**/*.*'",
    "prettier:diff": "prettier --list-different '**/*.*'",
    "lint": "eslint . && yarn prettier:diff",
    "prepublishOnly": "yarn transpile && yarn bundle",
    "watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable",
    "cleanup-dist": "rm -rf dist",
    "cpgql": "find . -name \"*.graphql\" -exec cp {} ./dist/ \\;",
    "transpile": "yarn cleanup-dist && babel src -d dist && yarn cpgql",
    "bundle": "NODE_ENV=production webpack -p",
    "cleanup-graphql": "rm -rf ./node_modules/.cache/babel-loader"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newsuk/times-components.git"
  },
  "keywords": [
    "GraphQL"
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/newsuk/times-components/issues"
  },
  "homepage": "https://github.com/newsuk/times-components#readme",
  "devDependencies": {
    "@babel/plugin-proposal-export-default-from": "7.18.10",
    "@times-components/eslint-config-thetimes": "0.8.18",
    "@times-components/webpack-configurator": "2.1.0",
    "babel-plugin-import-graphql": "2.7.0",
    "eslint-plugin-graphql": "2.1.1",
    "prettier": "1.14.3",
    "webpack": "4.30.0"
  },
  "dependencies": {
    "apollo-utilities": "1.2.1",
    "graphql": "14.2.1",
    "graphql-tag": "2.10.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
