@indiekit/endpoint-syndicate
Version:
Syndication endpoint for Indiekit. Provides an endpoint you can ping to check that recently published posts have been posted to configured syndication targets.
45 lines (44 loc) • 1.09 kB
JSON
{
"name": "@indiekit/endpoint-syndicate",
"version": "1.0.0-beta.21",
"description": "Syndication endpoint for Indiekit. Provides an endpoint you can ping to check that recently published posts have been posted to configured syndication targets.",
"keywords": [
"indiekit",
"indiekit-plugin",
"indieweb",
"syndication"
],
"homepage": "https://getindiekit.com",
"author": {
"name": "Paul Robert Lloyd",
"url": "https://paulrobertlloyd.com"
},
"license": "MIT",
"engines": {
"node": ">=20"
},
"type": "module",
"main": "index.js",
"files": [
"assets",
"lib",
"index.js"
],
"bugs": {
"url": "https://github.com/getindiekit/indiekit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/getindiekit/indiekit.git",
"directory": "packages/endpoint-syndicate"
},
"dependencies": {
"@indiekit/error": "^1.0.0-beta.21",
"express": "^5.0.0",
"jsonwebtoken": "^9.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "510035b363a59401a3acefe95edd668abed7640e"
}