{
  "name": "remark-utils",
  "version": "1.2.3",
  "main": "lib/index.js",
  "module": "es/index.js",
  "sideEffects": false,
  "files": [
    "es",
    "lib"
  ],
  "scripts": {
    "build": "hsu-scripts build src",
    "test": "NODE_ENV='test' TZ='UTC' jest --coverage --runInBand",
    "test:watch": "npm run test -- --watch",
    "flow": "flow",
    "flow-coverage": "hsu-scripts flow --threshold 87",
    "eslint": "eslint ./",
    "format": "prettier --write '**/*.{js,json,md,css,yaml,yml}' '*.{js,json,md,css,yaml,yml}'",
    "changelog": "conventional-changelog --infile ./CHANGELOG.md --same-file --release-count 0 --output-unreleased"
  },
  "dependencies": {
    "elasticlunr": "^0.9.5",
    "gatsby-remark-autolink-headers": "^2.0.14",
    "gatsby-remark-prismjs": "^3.2.4",
    "prismjs": "^1.15.0",
    "remark": "^10.0.1",
    "remark-grid-tables": "^1.4.0",
    "remark-html": "^9.0.0",
    "remark-strip-html": "^1.0.1",
    "unist-util-visit": "^1.4.0"
  },
  "devDependencies": {
    "codecov": "3.1.0",
    "conventional-changelog-cli": "2.0.11",
    "eslint": "5.13.0",
    "flow-bin": "0.92.1",
    "glob": "7.1.3",
    "hsu-scripts": "1.0.5",
    "husky": "1.3.1",
    "jest": "24.1.0",
    "lint-staged": "8.1.3",
    "prettier": "1.16.4"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx}",
      "!src/**/*.test.{js,jsx}",
      "!src/**/*.example.{js,jsx}"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/node_modules/",
      "<rootDir>/es/",
      "<rootDir>/lib/"
    ],
    "resetMocks": true,
    "resetModules": true,
    "coverageThreshold": {
      "global": {
        "branches": 100,
        "functions": 100,
        "lines": 100,
        "statements": 100
      }
    }
  },
  "babel": {
    "presets": [
      "./node_modules/hsu-scripts/babel.js"
    ]
  },
  "eslintConfig": {
    "extends": [
      "./node_modules/hsu-scripts/eslint.js"
    ]
  },
  "lint-staged": {
    "*.{js,json,md,css,yaml,yml}": [
      "prettier --write",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "description": "Reusable utils to build markdown service power by remarkjs and elasticlunr.",
  "author": "Michael Hsu <evenchange4@gmail.com>",
  "license": "MIT",
  "keywords": [
    "remark",
    "remark-utils",
    "markdown"
  ],
  "bugs": {
    "url": "https://github.com/evenchange4/remark-utils/issues",
    "email": "evenchange4@gmail.com"
  },
  "homepage": "https://github.com/evenchange4/remark-utils#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/evenchange4/remark-utils.git"
  }
}
