{
  "name": "heic2jpeg",
  "version": "1.0.4",
  "description": "heic 转jpg",
  "bin": {
    "heic": "bin/heic",
    "h": "bin/heic"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Genie77998/heic.git"
  },
  "files": [
    "bin",
    "commands.js",
    "package.json"
  ],
  "keywords": [
    "heic"
  ],
  "author": "wj77998@gmail.com",
  "license": "ISC",
  "dependencies": {
    "commander": "^7.2.0",
    "fs-extra": "^9.1.0",
    "heic-convert": "^1.2.4",
    "progress": "^2.0.3"
  },
  "engines": {
    "node": ">=8"
  }
}
