{
  "name": "heic-decode",
  "version": "2.1.0",
  "description": "Decode HEIC images to raw data",
  "main": "index.js",
  "scripts": {
    "pretest": "node scripts/images.js",
    "test": "mocha \"test/**/*.js\" --timeout 20000 --slow 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catdad-experiments/heic-decode.git"
  },
  "keywords": [
    "heic",
    "heif",
    "image",
    "photo",
    "decode"
  ],
  "author": "Kiril Vatev <vatev.1@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/catdad-experiments/heic-decode/issues"
  },
  "homepage": "https://github.com/catdad-experiments/heic-decode#readme",
  "dependencies": {
    "libheif-js": "^1.19.8"
  },
  "devDependencies": {
    "buffer-to-uint8array": "^1.1.0",
    "chai": "^4.2.0",
    "eslint": "^5.16.0",
    "fs-extra": "^8.1.0",
    "jimp": "^0.9.3",
    "mocha": "^7.0.0",
    "node-fetch": "^2.6.0",
    "pixelmatch": "^5.2.1",
    "pngjs": "^5.0.0",
    "rootrequire": "^1.0.0"
  },
  "engines": {
    "node": ">=8.0.0"
  }
}
