{
  "name": "docsify-plugin-github-footer",
  "description": "Useful GitHub Pages links footer for Docsify",
  "keywords": [
    "docsify"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simochee/docsify-plugin-github-footer.git"
  },
  "license": "MIT",
  "author": {
    "name": "simochee",
    "email": "lollipop@simochee.net",
    "url": "https://simochee.net"
  },
  "type": "module",
  "main": "lib/docsify-plugin-github-footer.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "rollup -c",
    "prepare": "husky install",
    "watch": "rollup -c -w"
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "dependencies": {
    "htm": "^3.1.1",
    "url-join": "^5.0.0",
    "vhtml": "^2.2.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.4.4",
    "@commitlint/config-conventional": "^18.4.4",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@trivago/prettier-plugin-sort-imports": "^4.3.0",
    "husky": "^8.0.3",
    "lint-staged": "^15.2.0",
    "postcss-preset-env": "^9.3.0",
    "prettier": "^3.1.1",
    "prettier-plugin-css-order": "^2.0.1",
    "prettier-plugin-packagejson": "^2.4.9",
    "rollup": "^4.9.4",
    "rollup-plugin-postcss": "^4.0.2"
  },
  "packageManager": "pnpm@8.14.0+sha256.9cebf61abd83f68177b29484da72da9751390eaad46dfc3072d266bfbb1ba7bf",
  "volta": {
    "node": "20.10.0"
  },
  "version": "1.0.1"
}
