package.json 583 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "imageminify",
  3. "version": "1.0.0",
  4. "description": "Minify single/multi image(s),with path/list/folder path param",
  5. "bin": {
  6. "ImageMinify": "ImageMinify.js"
  7. },
  8. "preferGlobal": true,
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "keywords": [
  13. "image",
  14. "minify",
  15. "image",
  16. "minify"
  17. ],
  18. "author": "HonorLee <dev@honorlee.me>",
  19. "license": "MIT",
  20. "dependencies": {
  21. "commander": "^2.19.0",
  22. "fs-extra": "^7.0.1",
  23. "inquirer": "^6.2.2",
  24. "progress": "^2.0.3",
  25. "readline-sync": "^1.4.9"
  26. }
  27. }