-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 767 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
{
"name": "optisharp",
"version": "1.1",
"description": "Batch image processor using Sharp: resize, optimize, convert with safe transparency handling and output fallbacks",
"main": "image-processor.js",
"scripts": {
"start": "node image-processor.js"
},
"keywords": [
"image",
"resize",
"optimize",
"convert",
"sharp",
"image-processing"
],
"author": "Deepak Kumar",
"license": "MIT",
"dependencies": {
"sharp": "^0.33.5"
},
"engines": {
"node": ">=18.17.0"
},
"repository": {
"type": "git",
"url": "https://github.com/deepakness/optisharp.git"
},
"bugs": {
"url": "https://github.com/deepakness/optisharp/issues"
},
"homepage": "https://github.com/deepakness/optisharp#readme"
}