webmention-receiver
Version:
webmention receiver with webmention-handler
29 lines (28 loc) • 765 B
JSON
{
"name": "webmention-receiver",
"version": "0.6.0",
"description": "webmention receiver with webmention-handler",
"main": "src/wm/receiver.js",
"keywords": [
"webmentions",
"indieweb",
"netlify",
"serverless"
],
"author": "Benji Encalada Mora (https://benji.dog)",
"homepage": "https://github.com/benjifs/webmention-receiver",
"repository": {
"type": "git",
"url": "git+https://github.com/benjifs/webmention-receiver.git"
},
"bugs": {
"url": "https://github.com/benjifs/webmention-receiver/issues"
},
"license": "MIT",
"type": "module",
"dependencies": {
"fast-deep-equal": "^3.1.3",
"webmention-handler": "github:benjifs/webmention-handler",
"webmention-handler-netlify-blobs": "^0.3.0"
}
}