-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "@11ty/eleventy-activity-feed",
"version": "1.0.9",
"description": "Create one centralized RSS feed for all of the content you create across the web (aggregates from RSS, Atom, Mastodon, YouTube)",
"main": "ActivityFeed.js",
"type": "module",
"scripts": {
"sample": "node sample.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/11ty/eleventy-activity-feed.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"bugs": {
"url": "https://github.com/11ty/eleventy-activity-feed/issues"
},
"author": {
"name": "Zach Leatherman",
"email": "[email protected]",
"url": "https://zachleat.com/"
},
"homepage": "https://github.com/11ty/eleventy-activity-feed#readme",
"dependencies": {
"@11ty/eleventy-fetch": "^5.0.0-beta.4",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"dotenv": "^16.4.5",
"fast-xml-parser": "^4.5.0",
"filesize": "^10.1.6",
"graceful-fs": "^4.2.11",
"js-yaml": "^4.1.0",
"kleur": "^4.1.5",
"turndown": "^7.2.0"
}
}