Files
indiekit-endpoint-microsub/package.json
Ricardo 30f9939b3a feat: initial commit - Microsub endpoint for Indiekit
Fork of @indiekit/endpoint-microsub with customizations.
Enables subscribing to feeds and reading content using the Microsub protocol.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 16:32:55 +01:00

51 lines
1.1 KiB
JSON

{
"name": "@rmdes/indiekit-endpoint-microsub",
"version": "1.0.11",
"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"
},
"contributors": [
{
"name": "Paul Robert Lloyd",
"url": "https://paulrobertlloyd.com"
}
],
"license": "MIT",
"engines": {
"node": ">=20"
},
"type": "module",
"main": "index.js",
"files": [
"lib",
"locales",
"index.js"
],
"bugs": {
"url": "https://github.com/rmdes/indiekit-endpoint-microsub/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rmdes/indiekit-endpoint-microsub.git"
},
"dependencies": {
"@indiekit/error": "^1.0.0-beta.25",
"express": "^5.0.0",
"mongodb": "^6.0.0"
},
"publishConfig": {
"access": "public"
}
}