generated from 5t3ph/eleventy-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 969 Bytes
/
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
{
"name": "@manustays/eleventy-plugin-generate-social-images",
"version": "4.1.0",
"description": "Dynamically generate social media images for your Eleventy blog pages.",
"homepage": "",
"main": ".eleventy.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"bump": "npm --no-git-tag-version version",
"publish": "npm publish --access=public || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manustays/eleventy-plugin-generate-social-images.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"11ty",
"11ty-plugin",
"eleventy",
"eleventy-plugin",
"social-image"
],
"author": {
"name": "Kumar Abhishek",
"url": "https://abhi.page"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/manustays/eleventy-plugin-generate-social-images/issues"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"sharp": "^0.27.0"
}
}