-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 990 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
40
41
{
"name": "@11ty/image-color",
"version": "1.0.5",
"description": "Small utility to efficiently fetch the colors from an image.",
"type": "module",
"main": "image-color.js",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "npx ava"
},
"publishConfig": {
"access": "public"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"author": "Zach Leatherman <[email protected]> (https://zachleat.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/11ty/image-color.git"
},
"bugs": "https://github.com/11ty/image-color/issues",
"dependencies": {
"@11ty/eleventy-fetch": "^5.0.2",
"@11ty/eleventy-img": "^6.0.1",
"colorjs.io": "^0.5.2",
"debug": "^4.4.0",
"extract-colors": "^4.1.1",
"memoize": "^10.1.0",
"ndarray": "^1.0.19",
"p-queue": "^8.1.0",
"pngjs": "^7.0.0"
},
"devDependencies": {
"ava": "^6.2.0"
}
}