{
  "name": "hmg32-times-components",
  "version": "0.0.2",
  "description": "A collection of presentational components for The Times and Sunday Times",
  "main": "index.js",
  "engines": {
    "node": ">=10.13.0",
    "yarn": ">=1.16.0"
  },
  "bin": {
    "times-components": "times-components"
  },
  "scripts": {
    "coverage:publish": "lcov-result-merger './**/lcov.info' | coveralls -verbose",
    "prelint": "eslint . && prettier --list-different '**/*.js' && yarn deps:lint",
    "lint": "lerna run lint --since -- -- --ci",
    "deps:lint": "lerna run cli -- -- --hint --bail -s majorityProgressive",
    "deps:fix": "lerna run cli -- -- --fix -s majorityProgressive",
    "deps:list": "lerna run cli -- -- --list -s majorityProgressive",
    "fetch-fonts": "node ./lib/fetch-fonts",
    "prestorybook": "yarn storybook:build-vendor",
    "storybook": "start-storybook -p 9001 -c .storybook -s ./dist/public,./.storybook/public",
    "storybook:build-vendor": "webpack --config ./.storybook/vendor.webpack.config.js",
    "storybook:build": "yarn storybook:build-vendor && build-storybook -c .storybook -s ./dist/public",
    "prestorybook:test-build": "yarn storybook:build-vendor",
    "storybook:test-build": "build-storybook -c .storybook -s ./dist/public",
    "storybook:publish": "./lib/publish_storybook.sh",
    "prefmt": "prettier --write '**/*.{js,json}'",
    "fmt": "lerna run fmt",
    "npm:publish": "sh ./lib/publish.sh",
    "cinstall": "./lib/custom_install.sh",
    "clean": "watchman watch-del-all && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-* && yarn cache clean && jest --clearCache",
    "bundle": "lerna run bundle",
    "build:local": "yarn install && yarn bundle && yarn prepublishOnly",
    "postinstall": "yarn run fetch-fonts && lerna run postinstall && lerna run transpile",
    "packages:publish": "lerna publish --conventional-commits --yes --concurrency=1 --exact",
    "packages:publish-dry-run": "yarn packages:publish --no-git-tag-version --no-push",
    "commit": "git-cz",
    "prepublishOnly": "lerna run prepublishOnly",
    "test": "yarn storybook:test-build && jest ./lib --ci --bail --coverage",
    "test:all": "yarn test && lerna run test --since --stream && lerna run test:all --since --stream",
    "test:web": "lerna run test:web --stream",
    "test:unit": "lerna run test:unit --stream",
    "test:e2e": "yarn bundle && lerna run test:integration --stream",
    "test:e2e:debug": "yarn bundle && lerna run test:integration:debug --stream",
    "watch": "lerna run watch --stream --no-sort --concurrency 100"
  },
  "jest": {
    "coveragePathIgnorePatterns": [
      "lib/cli/edition-checker/src/main.js"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/node_modules/"
    ],
    "transformIgnorePatterns": [
      "node_modules/?!@times-components",
      "packages/?!author-profile"
    ]
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "workspaces": [
    "packages/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hmgibson23/times-components.git"
  },
  "keywords": [
    "react"
  ],
  "author": "News UK & Ireland Ltd",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/hmgibson23/times-components/issues"
  },
  "homepage": "https://github.com/hmgibson23/times-components#readme",
  "devDependencies": {
    "@babel/cli": "7.4.4",
    "@babel/core": "7.4.4",
    "@babel/plugin-transform-runtime": "7.4.4",
    "@babel/preset-react": "7.9.1",
    "@babel/preset-env": "7.4.4",
    "@babel/preset-typescript": "7.9.0",
    "@babel/plugin-transform-modules-commonjs": "7.14.0",
    "@storybook/addon-actions": "5.3.18",
    "@storybook/addon-info": "5.3.18",
    "@storybook/addon-knobs": "5.3.18",
    "@storybook/addon-options": "5.3.18",
    "@storybook/addons": "5.3.18",
    "@storybook/react": "5.3.18",
    "@times-components/depend": "*",
    "babel-eslint": "10.0.2",
    "babel-jest": "24.8.0",
    "babel-loader": "8.0.5",
    "babel-plugin-transform-react-remove-prop-types": "0.4.24",
    "commitizen": "2.9.6",
    "coveralls": "2.13.1",
    "cz-conventional-changelog": "2.1.0",
    "dashify": "0.2.2",
    "es6-promise-pool": "^2.5.0",
    "eslint": "5.9.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-config-prettier": "3.3.0",
    "eslint-plugin-import": "2.14.0",
    "eslint-plugin-jsx-a11y": "6.1.2",
    "eslint-plugin-react": "7.11.1",
    "eslint-plugin-react-hooks": "2.0.1",
    "fs-extra": "7.0.0",
    "global": "4.3.2",
    "handlebars": "4.7.7",
    "jest": "24.8.0",
    "lcov-result-merger": "1.2.0",
    "lerna": "3.2.1",
    "mkdirp": "0.5.1",
    "mockdate": "3.0.5",
    "node-fetch": "2.6.7",
    "opentype.js": "1.1.0",
    "prettier": "1.14.3",
    "prop-types": "15.7.2",
    "react": "16.9.0",
    "react-dom": "16.9.0",
    "react-scripts": "3.0.1",
    "rimraf": "2.6.1",
    "sort-pkg": "1.1.0",
    "subcommander": "1.0.0",
    "stylelint-config-recommended": "2.1.0",
    "stylelint-config-styled-components": "0.1.1",
    "stylelint-processor-styled-components": "1.3.2",
    "url": "0.11.0",
    "url-polyfill": "1.1.0",
    "watch": "1.0.2",
    "webpack": "4.30.0",
    "webpack-cli": "3.3.1"
  },
  "dependencies": {
    "@babel/runtime-corejs2": "7.4.4",
    "opentype.js": "1.1.0"
  }
}
