{
  "name": "@saschazar/wasm-heif",
  "version": "2.0.0",
  "description": "A WebAssembly powered HEIF/HEIC decoder",
  "keywords": [
    "heif",
    "heic",
    "webassembly",
    "image",
    "picture",
    "browser",
    "worker"
  ],
  "author": "Sascha Zarhuber <sascha.zarhuber@gmail.com>",
  "homepage": "https://github.com/saschazar21/webassembly",
  "license": "MIT",
  "main": "wasm_heif.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saschazar21/webassembly.git"
  },
  "scripts": {
    "build": "napa && docker run --rm -v $(pwd):/src -e SKIP_LIBHEIF=$SKIP_LIBHEIF emscripten/emsdk:latest ./build.sh"
  },
  "bugs": {
    "url": "https://github.com/saschazar21/webassembly/issues"
  },
  "private": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "napa": {
    "libde265": "strukturag/libde265#v1.0.8",
    "libheif": "strukturag/libheif#v1.11.0"
  },
  "devDependencies": {
    "napa": "^3.0.0"
  },
  "gitHead": "eeaf7b116faa5724d921e46a94cd74b7cd088e41"
}
