File tree 1 file changed +25
-10
lines changed 1 file changed +25
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " optimize-images" ,
2
+ "name" : " optimize-images-cli " ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " CLI tool for compressing and optimizing images" ,
5
- "license" : " MIT" ,
4
+ "description" : " A CLI tool for compressing and optimizing images." ,
6
5
"main" : " index.js" ,
7
- "type" : " module" ,
8
6
"bin" : {
9
7
"optimize-images" : " ./index.js"
10
8
},
9
+ "scripts" : {
10
+ "test" : " echo \" No test specified\" && exit 1"
11
+ },
12
+ "keywords" : [
13
+ " image" ,
14
+ " optimization" ,
15
+ " cli" ,
16
+ " sharp" ,
17
+ " resize"
18
+ ],
19
+ "author" :
" Your Name <[email protected] >" ,
20
+ "license" : " MIT" ,
21
+ "repository" : {
22
+ "type" : " git" ,
23
+ "url" : " https://github.com/gauravfs-14/optimize-images-cli.git"
24
+ },
25
+ "bugs" : {
26
+ "url" : " https://github.com/gauravfs-14/optimize-images-cli/issues"
27
+ },
28
+ "homepage" : " https://github.com/gauravfs-14/optimize-images-cli" ,
11
29
"dependencies" : {
12
- "commander" : " ^10.0.0" ,
13
30
"sharp" : " ^0.32.0" ,
14
- "ora" : " ^7.0.0" ,
15
- "chokidar" : " ^3.0.0"
16
- },
17
- "devDependencies" : {
18
- "@types/node" : " ^20.0.0"
31
+ "commander" : " ^10.0.0" ,
32
+ "chokidar" : " ^3.5.3" ,
33
+ "ora" : " ^7.0.1"
19
34
}
20
35
}
You can’t perform that action at this time.
0 commit comments