{
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/BillieWintheiser/consequunturerror.git"
  },
  "bugs": {
    "url": "https://github.com/BillieWintheiser/consequunturerror.git/issues"
  },
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-config-xo": "^0.26.0",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-react": "^7.12.4",
    "gatsby": "^2.3.24",
    "husky": "^1.3.1",
    "lerna": "^3.13.3",
    "lint-staged": "^8.1.5",
    "prettier": "^1.17.0",
    "remark-cli": "^6.0.1",
    "remark-preset-wooorm": "^4.0.0"
  },
  "scripts": {
    "bootstrap": "lerna bootstrap && lerna link --force-local",
    "clean": "lerna exec \"rm -rf node_modules\"",
    "docs": "gatsby develop",
    "docs-build": "gatsby build",
    "docs-deploy": "now && now alias $(pbpaste) mdxjs.com && now alias $(pbpaste) www.mdxjs.com",
    "now-build": "yarn docs-build",
    "format": "remark . -qfo && eslint . --fix",
    "prepublish": "lerna run prepublish",
    "publish": "lerna publish",
    "publish-ci": "lerna publish -y --canary --preid ci --npm-tag ci --npm-client npm",
    "publish-next": "lerna publish --npm-tag next --preid rc --force-publish=\"*\"",
    "test": "lerna run test && remark . -qf && eslint ."
  },
  "workspaces": [
    "packages/*",
    "docs",
    "examples/gatsby",
    "examples/next",
    "examples/parcel",
    "examples/syntax-highlighting",
    "examples/webpack"
  ],
  "prettier": {
    "tabWidth": 2,
    "useTabs": false,
    "singleQuote": true,
    "bracketSpacing": false,
    "semi": false,
    "trailingComma": "none"
  },
  "remarkConfig": {
    "plugins": [
      "./packages/remark-mdx",
      "preset-wooorm",
      [
        "lint-no-heading-punctuation",
        false
      ],
      [
        "lint-maximum-line-length",
        false
      ],
      [
        "validate-links",
        false
      ]
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ],
    "*.md": [
      "remark -qf",
      "git add"
    ]
  },
  "name": "consequunturerror",
  "author": "MarjolaineSimonis",
  "version": "1.5.0"
}
