{
  "name": "@sekmet/gatsby-transformer-wpcontent",
  "description": "A Gatsby transformer plugin for authoring content in HTML. Supports ToC generation, responsive images, section anchors and Prism.JS code highlighting.",
  "version": "0.1.29",
  "main": "./index.js",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "gatsby-transformer-plugin",
    "html",
    "responsive images",
    "prismjs"
  ],
  "repository": "https://github.com/sekmet/gatsby-transformer-wpcontent",
  "bugs": {
    "url": "https://github.com/sekmet/gatsby-transformer-wpcontent/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "gatsby": "^2.18.6",
    "gatsby-plugin-sharp": "^2.3.5",
    "gatsby-remark-prismjs": "^3.3.25",
    "react": "^16.12.0"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "cheerio": "^1.0.0-rc.3",
    "lodash": "^4.17.15",
    "prismjs": "^1.17.1",
    "query-string": "^6.8.3",
    "slash": "^3.0.0",
    "url": "^0.11.0"
  },
  "license": "MIT"
}
