-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.18 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
{
"name": "@inframanufaktur/eleventy-plugin-embed-mastodon",
"version": "0.4.0",
"description": "Eleventy plugin to embed Mastodon posts",
"main": ".eleventy.js",
"publishConfig": {
"access": "public"
},
"11ty": {
"compatibility": ">=1.0.0"
},
"scripts": {
"test": "exit 0"
},
"engines": {
"node": "20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inframanufaktur/eleventy-plugin-embed-mastodon.git"
},
"keywords": [
"eleventy",
"mastodon",
"social-media",
"embed",
"eleventy-plugin"
],
"author": "Inframanufaktur",
"license": "MIT",
"bugs": {
"url": "https://github.com/inframanufaktur/eleventy-plugin-embed-mastodon/issues"
},
"homepage": "https://github.com/inframanufaktur/eleventy-plugin-embed-mastodon#readme",
"devDependencies": {
"ava": "^4.1.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"sinon": "^13.0.1"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-fetch": "^4.0.0",
"@11ty/eleventy-img": "^3.1.1",
"html-minifier": "^4.0.0",
"string-replace-async": "^1.2.1"
}
}