Skip to content

Commit ed92e0e

Browse files
committed
[doc]: v1.0.0
1 parent 341d8ec commit ed92e0e

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

package.json

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,35 @@
11
{
2-
"name": "optimize-images",
2+
"name": "optimize-images-cli",
33
"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.",
65
"main": "index.js",
7-
"type": "module",
86
"bin": {
97
"optimize-images": "./index.js"
108
},
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",
1129
"dependencies": {
12-
"commander": "^10.0.0",
1330
"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"
1934
}
2035
}

0 commit comments

Comments
 (0)