-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
74 lines (74 loc) · 1.24 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
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "img-master",
"version": "0.0.5",
"description": "An image batch processing tool with multifunctional and unlimited",
"keywords": [
"img-master",
"img",
"image",
"master",
"jpg",
"png",
"multifunctional",
"unlimited",
"compress",
"group",
"mark",
"transform",
"size",
"type",
"volume",
"watermark",
"blur",
"extract",
"flip",
"flop",
"format",
"grayscale",
"negate",
"normalize",
"resize",
"rotate",
"sharpen",
"tiny",
"tinyimg",
"tinyjpg",
"tinypng",
"sharp",
"libvips"
],
"author": {
"name": "Joway Young",
"phone": "18819249731",
"email": "young.joway@aliyun.com"
},
"homepage": "https://github.com/JowayYoung",
"repository": {
"type": "git",
"url": "https://github.com/JowayYoung/img-master"
},
"license": "MIT",
"bin": {
"img-master": "bin/index.js"
},
"scripts": {
"remove": "rimraf package-lock.json yarn.lock node_modules"
},
"dependencies": {
"chalk": "4.1.0",
"commander": "5.1.0",
"figures": "3.2.0",
"glob": "7.1.6",
"image-size": "0.8.3",
"inquirer": "7.3.2",
"ora": "4.0.4",
"sharp": "0.25.4",
"text-to-svg": "3.1.5",
"trample": "0.2.3"
},
"devDependencies": {},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 5.6.0"
}
}