forked from emil-petras/strapi-blurhash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 979 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 979 Bytes
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
{
"name": "@evoltdev/strapi-blurhash",
"version": "1.2.8",
"description": "A plugin that generates blurhash for your uploaded images",
"strapi": {
"name": "strapi-blurhash",
"description": "A plugin that generates blurhash for your uploaded images",
"kind": "plugin",
"displayName": "Strapi Blurhash"
},
"dependencies": {
"sharp": "^0.33.3",
"blurhash": "^1.1.4",
"node-fetch": "^3.1.0"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0",
"@strapi/utils": "^4.0.0"
},
"devDependencies": {
"@strapi/strapi": "^4.0.0",
"@strapi/utils": "^4.0.0"
},
"author": {
"name": "Emil Petras",
"url": "https://github.com/emil-petras"
},
"maintainers": [
{
"name": "Emil Petras",
"url": "https://github.com/emil-petras"
}
],
"engines": {
"npm": ">=6.0.0"
},
"license": "MIT",
"packageManager": "pnpm@9.1.0",
"private": false,
"publishConfig": {
"access": "public"
}
}