{
  "name": "gatsby-transformer-remark",
  "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
  "version": "6.16.0",
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
  "bugs": {
    "url": "https://github.com/gatsbyjs/gatsby/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.20.13",
    "gatsby-core-utils": "^4.16.0",
    "gray-matter": "^4.0.3",
    "hast-util-raw": "^6.1.0",
    "hast-util-to-html": "^7.1.3",
    "lodash": "^4.17.21",
    "mdast-util-to-hast": "^10.2.0",
    "mdast-util-to-string": "^2.0.0",
    "mdast-util-toc": "^5.1.0",
    "remark": "^13.0.0",
    "remark-footnotes": "^3.0.0",
    "remark-gfm": "^1.0.0",
    "remark-parse": "^9.0.0",
    "remark-retext": "^4.0.0",
    "remark-stringify": "^9.0.1",
    "retext-english": "^3.0.4",
    "sanitize-html": "^2.11.0",
    "underscore.string": "^3.3.6",
    "unified": "^9.2.2",
    "unist-util-remove-position": "^3.0.0",
    "unist-util-select": "^3.0.4",
    "unist-util-visit": "^2.0.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.12",
    "babel-preset-gatsby-package": "^3.16.0",
    "cross-env": "^7.0.3",
    "gatsby-plugin-utils": "^4.16.0"
  },
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "markdown",
    "remark"
  ],
  "license": "MIT",
  "peerDependencies": {
    "gatsby": "^5.0.0-next"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git",
    "directory": "packages/gatsby-transformer-remark"
  },
  "scripts": {
    "build": "babel src --out-dir . --ignore \"**/__tests__\"",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "watch": "babel -w src --out-dir . --ignore \"**/__tests__\""
  },
  "engines": {
    "node": ">=18.0.0 <26"
  },
  "gitHead": "92d6c67dcf10b641adf5fcc81ebeec5f50b75e40"
}
