{
  "name": "@cpp.js/package-tiff-wasm",
  "version": "2.0.0-beta.1",
  "nativeVersion": "4.7.1",
  "description": "This package provides the Tiff library compiled with Cpp.js, enabling fast and efficient image processing using the TIFF format. It is built with Cpp.js to provide cross-platform support, leveraging both WebAssembly (WASM) for web applications and native code for mobile platforms. Ideal for developers looking to handle TIFF images with high performance in JavaScript environments.",
  "homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-tiff#readme",
  "repository": "https://github.com/bugra9/cpp.js.git",
  "type": "module",
  "license": "libtiff",
  "keywords": [
    "tiff",
    "libtiff",
    "cpp.js-package",
    "webassembly",
    "react-native"
  ],
  "dependencies": {
    "@cpp.js/package-zlib-wasm": "^2.0.0-beta.1"
  },
  "devDependencies": {
    "cpp.js": "^2.0.0-beta.1"
  },
  "scripts": {
    "build": "cppjs build -p WebAssembly",
    "clear": "rm -rf .cppjs dist *.xcframework"
  }
}