UNPKG

@indiekit/endpoint-webmention-io

Version:

Webmention.io endpoint for Indiekit. View webmentions collected by the Webmention.io service.

47 lines (46 loc) 1.06 kB
{ "name": "@indiekit/endpoint-webmention-io", "version": "1.0.0-beta.27", "description": "Webmention.io endpoint for Indiekit. View webmentions collected by the Webmention.io service.", "keywords": [ "indiekit", "indiekit-plugin", "indieweb", "webmention" ], "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", "locales", "views", "index.js" ], "bugs": { "url": "https://github.com/getindiekit/indiekit/issues" }, "repository": { "type": "git", "url": "https://github.com/getindiekit/indiekit.git", "directory": "packages/endpoint-webmention-io" }, "dependencies": { "@indiekit/error": "^1.0.0-beta.27", "express": "^5.0.0", "sanitize-html": "^2.14.0" }, "publishConfig": { "access": "public" }, "gitHead": "927eed97a8af81f154321704ff5690809243d8fa" }