UNPKG

fxiaoke-tiny-image

Version:

a tool for WEBP, JPEG and PNG files compression. with TinyPNG, can reduce the file size by a smart lossy compression techniques.

46 lines (45 loc) 1.09 kB
{ "name": "fxiaoke-tiny-image", "version": "1.1.6", "description": "a tool for WEBP, JPEG and PNG files compression. with TinyPNG, can reduce the file size by a smart lossy compression techniques.", "main": "index.js", "bin": { "tiny-image": "./index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "deploy": "git add . && git cz && np --any-branch --yolo" }, "repository": { "type": "git", "url": "https://github.com/hupeng/tiny-image.git" }, "keywords": [ "WEBP", "JPEG", "PNG", "compression" ], "author": "hupeng <danny.hupeng@gmail.com>", "license": "MIT", "dependencies": { "cli-table": "^0.3.11", "commander": "^10.0.0", "glob": "^9.3.4", "progress": "^2.0.3", "tinify": "^1.7.1" }, "devDependencies": { "cz-conventional-changelog": "^3.3.0", "np": "^7.6.3" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }