{
  "name": "@carrotsearch/gatsby-plugin-relativize",
  "version": "4.0.2",
  "description": "Hacks the output generated by Gatsby to make it a relative URL site.",
  "main": "./index.js",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "relative-urls"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/carrotsearch/gatsby-theme-apidocs.git"
  },
  "bugs": {
    "url": "https://github.com/carrotsearch/gatsby-theme-apidocs/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "gatsby": "^4.0.0"
  },
  "dependencies": {
    "globby": "11.0.4",
    "is-text-path": "2.0.0",
    "p-map": "4.0.0"
  },
  "license": "MIT"
}