-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.52 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@chrisburnell/eleventy-cache-webmentions",
"version": "2.1.9-beta.1",
"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.js",
"scripts": {
"lint": "eslint eleventy-cache-webmentions.js",
"test": "node --test"
},
"keywords": [
"eleventy",
"eleventy-plugin",
"indieweb",
"javascript",
"js",
"webmention"
],
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.1",
"chalk": "^4.1.2",
"node-fetch": "2.6.7",
"sanitize-html": "^2.13.0"
},
"devDependencies": {
"eslint": "^9.8.0",
"nock": "^13.5.4"
}
}