{
  "name": "metalsmith-html-relative",
  "version": "2.0.6",
  "description": "A Metalsmith plugin to convert to relative paths within HTML.",
  "keywords": [
    "metalsmith",
    "metalsmith-plugin",
    "plugin"
  ],
  "homepage": "https://github.com/emmercm/metalsmith-plugins/tree/main/packages/metalsmith-html-relative#readme",
  "bugs": {
    "url": "https://github.com/emmercm/metalsmith-plugins/issues"
  },
  "license": "GPL-3.0-or-later",
  "author": "Christian Emmer",
  "type": "module",
  "files": [
    "dist",
    "!**/test/**",
    "!**/*.test.*",
    "!**/jest.*"
  ],
  "main": "dist/index.js",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emmercm/metalsmith-plugins.git"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsc --build --verbose",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js --verbose && eslint .",
    "test:update": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js --coverage --updateSnapshot",
    "test:watch": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js --watch",
    "test:coverage": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js --verbose --coverage",
    "prepack": "npm run build && cp -f ../../LICENSE ./",
    "postpack": "rm ./LICENSE"
  },
  "dependencies": {
    "cheerio": "^1.0.0",
    "deepmerge": "^4.3.1",
    "minimatch": "^10.0.1"
  },
  "peerDependencies": {
    "metalsmith": "^2.5.0"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.5.12",
    "@typescript-eslint/eslint-plugin": "^8.14.0",
    "assert-dir-equal": "1.1.0",
    "eslint": "8.57.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-jest": "^28.9.0",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "jest": "29.7.0",
    "jest-junit": "16.0.0",
    "metalsmith": "^2.6.3",
    "prettier": "^3.3.3",
    "ts-jest": "^29.1.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.3"
  },
  "//engines": [
    "Requires ^12.20.0 || ^14.13.1 || >=16.0.0 for ES6 modules.",
    "Requires >=18.17.0 for cheerio v1.0.0."
  ],
  "engines": {
    "node": ">=18.17.0"
  },
  "gitHead": "3c21965bb66e9ce538d698fa9b268ef95acb60e9"
}
