-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.08 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
{
"name": "appthinning",
"version": "0.2.7",
"description": "Make app thinner. Help you find large files and compress png, gif, jpg, jpeg, svg files.",
"main": "index.js",
"bin": {
"appthinning": "./bin/appthinning.js"
},
"scripts": {
"start": "node ./bin/appthinning.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:CatchZeng/AppThinning.git"
},
"files": [
"README.md",
"index.js",
"src/",
"bin/"
],
"keywords": [
"thin",
"thinning",
"AppThinning",
"compress",
"image",
"largeFile",
"clean",
"clear"
],
"author": "CatchZeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/CatchZeng/AppThinning/issues"
},
"homepage": "https://github.com/CatchZeng/AppThinning",
"dependencies": {
"chalk": "^2.4.2",
"clear": "^0.1.0",
"colors": "^1.3.2",
"commander": "^2.19.0",
"figlet": "^1.2.1",
"fs-extra": "^8.1.0",
"middleware-center": "^1.2.0",
"node-cmd": "^3.0.0",
"svgo": "^1.3.2",
"tinify": "^1.6.0-beta.2",
"walker": "^1.0.7"
}
}