-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.57 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "blurhash-from-url",
"version": "0.0.10",
"description": "Simple utility to generate blurhash from Image URL",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"test": "npm run build && node ./test/index.js",
"watch": "rollup -cw",
"commit": "gacp",
"clean:dist": "npm exec -- rimraf ./dist"
},
"license": "MIT",
"dependencies": {
"blurhash": "^1.1.5",
"image-size": "^1.0.2",
"node-fetch": "2.6.7",
"sharp": "^0.30.7"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2",
"@types/sharp": "^0.30.5",
"gacp": "^3.0.3",
"rimraf": "^3.0.2",
"rollup": "^2.78.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.0",
"typescript": "^4.8.2"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcnaveen/blurhash-from-url.git"
},
"author": "mcnaveen <me@mcnaveen.com>",
"bugs": {
"url": "https://github.com/mcnaveen/blurhash-from-url/issues"
},
"homepage": "https://github.com/mcnaveen/blurhash-from-url#readme",
"keywords": [
"blurhash",
"optimization",
"bundle",
"sharp",
"plaiceholder",
"blurhash-from-url"
],
"gacp": {
"add": false,
"push": false,
"emoji": "emoji",
"editor": false
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}