{
  "name": "img2avif",
  "version": "1.0.2",
  "description": "a cli tool to convert png/jpeg to avif format",
  "main": "index.js",
  "type": "module",
  "bin": {
    "img2avif": "src/index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "avif"
  ],
  "author": "fucai.xie",
  "license": "ISC",
  "dependencies": {
    "imagemin": "^9.0.0",
    "imagemin-avif": "^0.1.6"
  }
}
