-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 741 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 741 Bytes
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
{
"name": "crop-github-images-cli",
"version": "1.6.1",
"main": "index.js",
"license": "MIT",
"repository": "mathdroid/crop-github-images-cli",
"bin": {
"crop-github-images": "cli.js"
},
"scripts": {},
"engines": {
"node": ">=8"
},
"files": [
"cli.js",
"git-util.js"
],
"keywords": [
"cli-app",
"cli",
"github",
"gist",
"images",
"image",
"img",
"rickroll",
"profile"
],
"dependencies": {
"cp-file": "^6.2.0",
"execa": "^1.0.0",
"gifsicle": "^4.0.1",
"got": "^9.6.0",
"meow": "^5.0.0",
"sharp": "^0.22.1",
"trash": "^5.2.0",
"update-notifier": "^2.5.0"
},
"devDependencies": {
"ava": "^1.4.1",
"np": "^4.0.2"
}
}