{
  "name": "lightningimg-wasm",
  "collaborators": [
    "Aron Homberg <info@aron-homberg.de>"
  ],
  "description": "A transparent and safe image converter for WASM. Encodes PNG, JPG, TIFF to WebP.",
  "version": "0.0.1",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kyr0/lightningimg"
  },
  "files": [
    "lightningimg_wasm_bg.wasm",
    "lightningimg_wasm.js",
    "lightningimg_wasm.d.ts"
  ],
  "module": "lightningimg_wasm.js",
  "types": "lightningimg_wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ],
  "keywords": [
    "PNG",
    "JPG",
    "GIF",
    "WebP",
    "TIFF",
    "WASM"
  ]
}