-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.27 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
{
"name": "feflow-plugin-pic-optimize",
"description": "IVWEB team pic optimize plugin.",
"version": "1.0.15",
"main": "lib/index.js",
"scripts": {
"commitmsg": "validate-commit-msg",
"commit": "git-cz ",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"test": "tsc && node ./test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feflow/feflow-plugin-pic-optimize.git"
},
"keywords": [
"feflow",
"plugin",
"pic",
"optimize",
"png",
"jpg",
"gif",
"svg"
],
"author": "zeyqiao",
"license": "MIT",
"devDependencies": {
"@types/node": "^11.13.4",
"commitizen": "^2.3.0",
"conventional-changelog-cli": "^1.2.0",
"husky": "^0.13.1",
"validate-commit-msg": "^2.11.1"
},
"dependencies": {
"gifsicle": "^4.0.1",
"jpegtran-bin": "^4.0.0",
"mozjpeg": "^6.0.1",
"node-cluster-queue": "^0.2.0",
"optipng-bin": "^5.1.0",
"pngcrush-bin": "^4.0.0",
"pngquant-bin": "^5.0.1",
"shelljs": "^0.7.8",
"svgo": "^1.2.1"
},
"bugs": {
"url": "https://github.com/feflow/feflow-plugin-pic-optimize/issues"
},
"homepage": "https://github.com/feflow/feflow-plugin-pic-optimize#readme",
"directories": {
"lib": "lib"
}
}