to-static-images 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +15 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "to-static-images",
3
- "version": "1.0.0",
4
- "description": "Image conversion for static websites",
3
+ "version": "1.0.1",
4
+ "description": "Build optimized static image assets (webp, avif, png, jpg) with optional resize and JSON manifest",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
7
7
  "bin": "./dist/index.js",
@@ -24,10 +24,21 @@
24
24
  },
25
25
  "keywords": [
26
26
  "typescript",
27
- "library",
27
+ "images",
28
+ "image-optimization",
29
+ "image-processing",
28
30
  "webp",
31
+ "avif",
32
+ "png",
33
+ "jpg",
34
+ "cli",
35
+ "build-tool",
29
36
  "json",
30
- "static"
37
+ "static-site",
38
+ "static-assets",
39
+ "manifest",
40
+ "frontend",
41
+ "to-webp-json"
31
42
  ],
32
43
  "author": "Валентин <valentin.distortion@gmail.com>",
33
44
  "license": "GPL",