{
  "name": "gatsby-remark-line-breaks",
  "version": "1.0.0",
  "description": "Add break support to gatsby-transformer-remark, without needing spaces using remark-breaks",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "build": "babel src -d dist --ignore 'src/test.js'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DaleSeo/gatsby-remark-breaks.git"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "markdown",
    "remark",
    "breaks"
  ],
  "author": "Dale Seo <DaleSeo@gmail.com> (https://www.daleseo.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DaleSeo/gatsby-remark-breaks/issues"
  },
  "homepage": "https://github.com/DaleSeo/gatsby-remark-breaks#readme",
  "dependencies": {
    "remark-breaks": "^1.0.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.6",
    "@babel/preset-env": "^7.9.6",
    "hast-util-to-html": "^7.1.0",
    "jest": "^25.5.1",
    "mdast-util-to-hast": "^9.0.1",
    "remark": "^12.0.0"
  }
}
