UNPKG

@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
{ "name": "@indiekit/endpoint-syndicate", "version": "1.0.0-beta.27", "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.27", "express": "^5.0.0", "jsonwebtoken": "^9.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "927eed97a8af81f154321704ff5690809243d8fa" }