{
  "name": "@times-components/markup-forest",
  "version": "1.9.2",
  "description": "Utility functions for traversing The Times' AST",
  "main": "dist/markup-forest",
  "dev": "src/markup-forest",
  "scripts": {
    "fmt": "eslint . --fix && prettier --write '**/*.*'",
    "prettier:diff": "prettier --list-different '**/*.*'",
    "lint": "eslint . && yarn prettier:diff",
    "test": "jest",
    "prepublishOnly": "yarn transpile && yarn bundle",
    "watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable",
    "cleanup-dist": "rm -rf dist",
    "transpile": "yarn cleanup-dist && babel src -d dist",
    "bundle": "NODE_ENV=production webpack -p"
  },
  "jest": {
    "testEnvironment": "jsdom",
    "testURL": "http://localhost"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newsuk/times-components.git"
  },
  "keywords": [
    "react",
    "web",
    "markup-forest",
    "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/eslint-config-thetimes": "0.8.18",
    "@times-components/test-utils": "2.4.2",
    "@times-components/webpack-configurator": "2.1.1",
    "babel-jest": "24.8.0",
    "eslint": "5.9.0",
    "prettier": "1.14.3",
    "react": "16.9.0",
    "react-test-renderer": "16.9.0",
    "webpack": "4.30.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3d89168877398a7dce9f4072ec2cfa30b86c3bc4"
}
