{
  "name": "broadsheet",
  "version": "0.0.1",
  "description": "A collection of presentational components for The Times and Sunday Times",
  "main": "index.js",
  "engines": {
    "node": ">=8.0.0",
    "yarn": "1.1.0"
  },
  "bin": {
    "times-components": "times-components"
  },
  "scripts": {
    "native": "node node_modules/react-native/local-cli/cli.js start",
    "test": "npm run storybook:build && jest ./lib && lerna run test",
    "functional-test:web": "./lib/functional_tests/run-web.sh",
    "functional-test:ios": "./lib/functional_tests/run-ios.sh",
    "coverage:publish": "lcov-result-merger ./packages/**/lcov.info | coveralls",
    "lint": "lerna run lint",
    "fetch-fonts": "node ./lib/fetch-fonts",
    "prestorybook": "npm run fetch-fonts && npm run storybook:build-vendor",
    "storybook": "start-storybook -p 9001 -c .storybook -s ./dist/public",
    "prestorybook:build": "npm run prestorybook",
    "storybook:build-vendor": "webpack --config ./.storybook/vendor.webpack.config.js",
    "storybook:build": "build-storybook -c .storybook -s ./dist/public",
    "storybook:publish": "./lib/publish_storybook.sh",
    "prestorybook-native": "rnstl && node ./lib/fetch-fonts",
    "storybook-native": "storybook -c .storybook.native start -p 7007",
    "preios": "npm run fetch-fonts",
    "ios": "react-native run-ios",
    "preandroid": "npm run fetch-fonts",
    "android": "react-native run-android",
    "prettier:diff": "prettier --list-different 'packages/**/*.js'",
    "fmt": "prettier --write 'packages/**/*.js'",
    "packages:publish": "lerna publish --conventional-commits --yes --concurrency=1 --exact",
    "packages:publish-dry-run": "npm run packages:publish -- --skip-git --skip-npm",
    "update-deps": "lerna bootstrap --hoist --npm-client=yarn --concurrency=1",
    "postinstall": "npm run update-deps --silent",
    "fructose-app": "export CWD=$(pwd) && export FRC=$CWD/.fructose && react-native start --projectRoots $CWD,$FRC --resetCache"
  },
  "jest": {
    "preset": "react-native",
    "testPathIgnorePatterns": [
      "<rootDir>/node_modules/"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!react-native|react-navigation|@times-components)",
      "packages/?!author-profile"
    ]
  },
  "config": {
    "react-native-storybook-loader": {
      "searchDir": [
        "./packages"
      ],
      "pattern": "**!(node_modules)/*.stories.js",
      "outputFile": "./.storybook.native/story-loader.js"
    }
  },
  "detox": {
    "configurations": {
      "ios.sim.debug": {
        "binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/storybooknative.app",
        "type": "ios.simulator",
        "name": "iPhone 7, iOS 10.3"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newsuk/times-components.git"
  },
  "keywords": [
    "react",
    "native",
    "web"
  ],
  "author": "News UK & Ireland Ltd",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/newsuk/times-components/issues"
  },
  "homepage": "https://github.com/newsuk/times-components#readme",
  "devDependencies": {
    "@storybook/addon-actions": "3.2.6",
    "@storybook/react": "3.2.6",
    "@storybook/react-native": "3.2.6",
    "@times-components/fructose": "2.2.1",
    "coveralls": "2.13.1",
    "chromeless":"1.3.0",
    "detox": "5.5.1",
    "eslint": "3.19.0",
    "eslint-config-airbnb": "15.0.1",
    "eslint-config-prettier": "2.3.0",
    "eslint-plugin-import": "2.6.1",
    "eslint-plugin-jsx-a11y": "5.1.1",
    "eslint-plugin-react": "7.1.0",
    "fs-extra": "4.0.1",
    "jest": "20.0.4",
    "lcov-result-merger": "1.2.0",
    "lerna": "2.0.0",
    "node-fetch": "1.7.2",
    "prettier": "1.7.0",
    "react": "15.4.2",
    "react-dom": "15.4.2",
    "react-native": "0.42.3",
    "react-native-storybook-loader": "1.4.1",
    "react-native-web": "0.0.119",
    "rimraf": "2.6.1",
    "url": "0.11.0",
    "webpack": "3.3.0"
  },
  "dependencies": {
    "babel-plugin-transform-class": "0.3.0",
    "dashify": "0.2.2",
    "global": "4.3.2",
    "handlebars": "4.0.10",
    "mkdirp": "0.5.1",
    "sort-pkg": "1.1.0",
    "subcommander": "1.0.0"
  }
}
