picture-tiny-cli 0.1.0 → 0.1.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.
- package/package.json +9 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "picture-tiny-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Compress images to a target file size and/or pixel dimensions with minimal quality loss — JPEG/PNG/WebP/AVIF, pure-JSON output for agents. Requires the bun runtime.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -29,6 +29,14 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"author": "jouryjc",
|
|
32
|
+
"repository": {
|
|
33
|
+
"type": "git",
|
|
34
|
+
"url": "git+https://github.com/Jouryjc/picture-tiny-cli.git"
|
|
35
|
+
},
|
|
36
|
+
"homepage": "https://github.com/Jouryjc/picture-tiny-cli#readme",
|
|
37
|
+
"bugs": {
|
|
38
|
+
"url": "https://github.com/Jouryjc/picture-tiny-cli/issues"
|
|
39
|
+
},
|
|
32
40
|
"scripts": {
|
|
33
41
|
"test": "bun test",
|
|
34
42
|
"ptiny": "bun bin/ptiny"
|