{
  "name": "heic-to-jpeg-converter",
  "version": "1.0.0",
  "description": "A Node.js utility to convert .HEIC files to .JPEG images in bulk",
  "main": "index.js",  
  "scripts": {
    "test": "echo \"No tests specified\" && exit 0" 
  },
  "keywords": [
    "HEIC",
    "convert",
    "image",
    "JPEG",
    "bulk conversion"
  ],
  "author": "ShashankPardhi",
  "license": "MIT",
  "dependencies": {
    "heic-convert": "^1.0.0"
  }
}
