-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "@codestitchofficial/eleventy-plugin-sharp-images",
"version": "1.0.7",
"description": "An Eleventy plugin for image processing using Sharp",
"main": "lib/eleventy-plugin-sharp-images.js",
"keywords": [
"eleventy",
"eleventy-plugin",
"11ty",
"sharp",
"images"
],
"engines": {
"node": ">=14.0.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"cross-env": "^7.0.3",
"netlify-plugin-cache": "^1.0.3",
"sharp": "^0.33.4"
},
"scripts": {
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"author": "CodeStitch",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/CodeStitchOfficial/eleventy-plugin-sharp-images.git"
},
"bugs": {
"url": "https://github.com/CodeStitchOfficial/eleventy-plugin-sharp-images/issues"
},
"homepage": "https://github.com/CodeStitchOfficial/eleventy-plugin-sharp-images#readme"
}