-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 845 Bytes
/
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
{
"name": "imgsharp",
"version": "1.0.6",
"description": "Image optimization module based on sharp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vsanse/imgsharp.git"
},
"keywords": [
"sharp",
"iminify",
"optimization",
"image"
],
"author": "Vishal Sanserwal",
"license": "MIT",
"bugs": {
"url": "https://github.com/vsanse/imgsharp/issues"
},
"homepage": "https://github.com/vsanse/imgsharp#readme",
"dependencies": {
"chalk": "^2.4.2",
"clear": "^0.1.0",
"figlet": "^1.2.3",
"file-type": "^11.1.0",
"prompt-confirm": "^2.0.4",
"read-chunk": "^3.2.0",
"sharp": "^0.22.1",
"yargs": "^13.2.4"
},
"bin": {
"imgsharp": "./index.js"
}
}