-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 829 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
{
"name": "optimize-images-cli",
"version": "1.0.3",
"description": "A CLI tool for compressing and optimizing images.",
"main": "index.js",
"bin": {
"optimize-images": "./index.js"
},
"scripts": {
"test": "echo \"No test specified\" && exit 1"
},
"keywords": [
"image",
"optimization",
"cli",
"sharp",
"resize"
],
"author": "Your Name <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gauravfs-14/optimize-images-cli.git"
},
"bugs": {
"url": "https://github.com/gauravfs-14/optimize-images-cli/issues"
},
"homepage": "https://github.com/gauravfs-14/optimize-images-cli",
"dependencies": {
"sharp": "^0.32.0",
"commander": "^10.0.0",
"chokidar": "^3.5.3",
"ora": "^7.0.1"
}
}