{
  "name": "metalsmith-absoluteurls",
  "description": "A Metalsmith plugin convert absolute paths to absolute urls",
  "repository": "git://github.com/fullstackio/metalsmith-absoluteurls.git",
  "version": "1.3.0",
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "pretest": "xo --fix",
    "test": "tap test",
    "preversion": "npm test",
    "postversion": "git push && git push --tags && npm publish"
  },
  "dependencies": {
    "cheerio": "^0.22.0",
    "debug": "^4.1.1"
  },
  "devDependencies": {
    "metalsmith": "^2.3.0",
    "metalsmith-markdown": "^1.3.0",
    "tap": "^14.8.3",
    "xo": "^0.25.3"
  },
  "xo": {
    "space": true
  }
}
