mirror of
https://github.com/svemagie/indiekit-endpoint-blogroll.git
synced 2026-04-02 15:34:59 +02:00
The Indiekit date filter expects ISO strings, not JavaScript Date objects. This fixes 'dateString.split is not a function' errors in the dashboard. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"name": "@rmdes/indiekit-endpoint-blogroll",
|
|
"version": "1.0.3",
|
|
"description": "Blogroll endpoint for Indiekit. Aggregates blog feeds from OPML, JSON feeds, or manual entry.",
|
|
"keywords": [
|
|
"indiekit",
|
|
"indiekit-plugin",
|
|
"indieweb",
|
|
"blogroll",
|
|
"opml",
|
|
"rss",
|
|
"feeds"
|
|
],
|
|
"homepage": "https://github.com/rmdes/indiekit-endpoint-blogroll",
|
|
"bugs": {
|
|
"url": "https://github.com/rmdes/indiekit-endpoint-blogroll/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rmdes/indiekit-endpoint-blogroll.git"
|
|
},
|
|
"author": {
|
|
"name": "Ricardo Mendes",
|
|
"url": "https://rmendes.net"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"exports": {
|
|
".": "./index.js"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"locales",
|
|
"views",
|
|
"assets",
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"@indiekit/error": "^1.0.0-beta.25",
|
|
"@indiekit/frontend": "^1.0.0-beta.25",
|
|
"express": "^5.0.0",
|
|
"feedparser": "^2.2.10",
|
|
"sanitize-html": "^2.13.0",
|
|
"xml2js": "^0.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@indiekit/indiekit": ">=1.0.0-beta.25"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|