mirror of
https://github.com/svemagie/indiekit-endpoint-microsub.git
synced 2026-04-02 15:35:00 +02:00
- Add validator.js: validateFeedUrl with comments feed detection - Add discovery.js: discoverAndValidateFeeds with type labels - Add opml.js: OPML 2.0 export of all subscriptions - Update reader.js: searchFeeds uses validation, subscribe validates - Update feeds.js: updateFeedStatus for health tracking - Update search.njk: Show feed types, validation status, error messages - Add CSS for badges, notices, and invalid feed styling - Register OPML export route at /reader/opml Phase 1 of blogroll implementation plan. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "@rmdes/indiekit-endpoint-microsub",
|
|
"version": "1.0.23",
|
|
"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",
|
|
"@indiekit/frontend": "^1.0.0-beta.25",
|
|
"@indiekit/util": "^1.0.0-beta.25",
|
|
"debug": "^4.3.2",
|
|
"express": "^5.0.0",
|
|
"feedparser": "^2.2.10",
|
|
"htmlparser2": "^9.0.0",
|
|
"ioredis": "^5.3.0",
|
|
"luxon": "^3.4.0",
|
|
"microformats-parser": "^2.0.0",
|
|
"sanitize-html": "^2.11.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|