{
  "name": "sharp-image",
  "version": "1.0.3",
  "description": "一个简单的 Node.js 图片压缩工具，支持 JPG、PNG、WebP 格式。",
  "main": "bin/compress.js",
  "bin": {
    "sharp-image": "bin/compress.js"
  },
  "scripts": {},
  "keywords": [
    "image",
    "compress",
    "cli",
    "sharp",
    "图片压缩",
    "nodejs"
  ],
  "author": "Believer",
  "license": "MIT",
  "dependencies": {
    "commander": "^11.0.0",
    "sharp": "^0.33.0"
  },
  "files": [
    "bin"
  ]
}
