@chrisburnell/eleventy-cache-webmentions
Version:
Cache webmentions using eleventy-fetch and make them available to use in collections, layouts, pages, etc. in Eleventy.
76 lines (75 loc) • 2.05 kB
JSON
{
"name": "@chrisburnell/eleventy-cache-webmentions",
"version": "2.3.2",
"description": "Cache webmentions using eleventy-fetch and make them available to use in collections, layouts, pages, etc. in Eleventy.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:chrisburnell/eleventy-cache-webmentions.git"
},
"homepage": "https://chrisburnell.com/eleventy-cache-webmentions/",
"bugs": {
"url": "https://github.com/chrisburnell/eleventy-cache-webmentions/issues"
},
"author": {
"name": "Chris Burnell",
"email": "me@chrisburnell.com",
"url": "https://chrisburnell.com/"
},
"contributors": [
{
"name": "Chris Burnell",
"email": "me@chrisburnell.com",
"url": "https://chrisburnell.com"
}
],
"funding": [
{
"type": "buymeacoffee",
"url": "https://buymeacoffee.com/chrisburnell"
},
{
"type": "github",
"url": "https://github.com/sponsors/chrisburnell"
}
],
"publishConfig": {
"access": "public",
"provenance": true
},
"main": "eleventy-cache-webmentions.cjs",
"exports": {
".": {
"import": "./eleventy-cache-webmentions.js",
"require": "./eleventy-cache-webmentions.cjs"
}
},
"scripts": {
"build": "esbuild eleventy-cache-webmentions.js --minify-whitespace --minify-syntax --outfile=eleventy-cache-webmentions.min.js && esbuild eleventy-cache-webmentions.cjs --minify-whitespace --minify-syntax --outfile=eleventy-cache-webmentions.min.cjs",
"lint": "eslint eleventy-cache-webmentions.js",
"test": "node --test"
},
"keywords": [
"eleventy",
"eleventy-plugin",
"indieweb",
"javascript",
"js",
"webmention"
],
"engines": {
"node": ">=18"
},
"dependencies": {
"@11ty/eleventy-fetch": "^5.1.1",
"sanitize-html": "^2.17.0"
},
"devDependencies": {
"esbuild": "^0.27.1",
"eslint": "^9.39.1",
"eslint-plugin-jsdoc": "^61.4.1",
"globals": "^16.5.0",
"nock": "^14.0.10"
},
"type": "module"
}