{
  "name": "@times-components/fixture-generator",
  "version": "0.33.0",
  "description": "Creates fixture data for testing",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "transpile": "yarn getSchema && yarn gentypes && tsc",
    "gentypes": "gql-gen --schema ./schema.json --template graphql-codegen-typescript-template --out ./src/types.ts",
    "getSchema": "GRAPHQL_ENDPOINT=https://api.thetimes.co.uk/graphql getSchema",
    "test": "jest ./src/__tests__/*",
    "lint": "yarn prettier:diff && yarn depcheck",
    "fmt": "prettier --write 'src/*.*'",
    "prettier:diff": "prettier --list-different 'src/*.*'",
    "depcheck": "depcheck --ignores='@babel/*,babel-*,depcheck,jest,prettier,@times-components/schema,graphql-codegen-typescript-template,@types/jest,graphql-code-generator,ts-jest,typescript,typings' --ignore-bin-package=false --skip-missing"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newsuk/times-components.git"
  },
  "jest": {
    "transform": {
      "^.+\\.ts?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.ts?$",
    "moduleFileExtensions": [
      "ts",
      "js"
    ]
  },
  "keywords": [
    "react",
    "web",
    "fixture-generator",
    "component"
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/newsuk/times-components/issues"
  },
  "homepage": "https://github.com/newsuk/times-components#readme",
  "devDependencies": {
    "@times-components/schema": "0.7.3",
    "depcheck": "0.6.9",
    "graphql-code-generator": "0.14.5",
    "graphql-codegen-typescript-template": "0.14.5",
    "jest": "24.8.0",
    "prettier": "1.14.3",
    "ts-jest": "23.10.4",
    "typescript": "4.2.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
