crop-github-images-cli
Version:
> Crop your images and gifs for your GitHub Profile!
44 lines (43 loc) • 741 B
JSON
{
"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"
}
}