UNPKG

tinypic-cli

Version:
36 lines (35 loc) 748 B
{ "name": "tinypic-cli", "version": "1.0.0", "description": "cmd for tinypng with no key", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "tinypng", "shrinking", "compression", "cli" ], "bin": { "tiny": "index.js" }, "author": "thinkerchan", "homepage": "https://github.com/thinkerchan/tinypic-cli", "repository": { "type": "git", "url": "git@github.com:thinkerchan/tinypic-cli.git" }, "bugs": { "url": "https://github.com/thinkerchan/tinypic-cli/issues" }, "license": "ISC", "dependencies": { "axios": "^1.4.0", "chalk": "^2.4.2", "fs-extra": "^8.0.1", "glob": "^7.1.4", "minimist": "^1.2.0" } }