{
  "name": "@rmdes/indiekit-endpoint-microsub",
  "version": "1.0.68",
  "description": "Microsub endpoint for Indiekit. Enables subscribing to feeds and reading content using the Microsub protocol.",
  "keywords": [
    "indiekit",
    "indiekit-plugin",
    "indieweb",
    "microsub",
    "reader",
    "social-reader"
  ],
  "homepage": "https://github.com/rmdes/indiekit-endpoint-microsub",
  "author": {
    "name": "Ricardo Mendes",
    "url": "https://rmendes.net"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20"
  },
  "type": "module",
  "main": "index.js",
  "files": [
    "assets",
    "lib",
    "locales",
    "views",
    "index.js"
  ],
  "bugs": {
    "url": "https://github.com/rmdes/indiekit-endpoint-microsub/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rmdes/indiekit-endpoint-microsub.git"
  },
  "dependencies": {
    "@indiekit/error": "^1.0.0-beta.25",
    "@rmdes/indiekit-startup-gate": "^1.0.0",
    "@indiekit/frontend": "^1.0.0-beta.25",
    "@indiekit/util": "^1.0.0-beta.25",
    "express": "^5.0.0",
    "feedparser": "^2.2.10",
    "ioredis": "^6.0.0",
    "microformats-parser": "^2.0.0",
    "express-rate-limit": "^8.0.0",
    "mongodb": "^7.5.0",
    "safe-regex2": "^5.0.0",
    "sanitize-html": "^2.11.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
