{
  "name": "@vshirole/exiftool",
  "version": "1.0.0",
  "description": "ExifTool powered by WebAssembly to extract and write metadata from files in browsers and Node.js environments using zeroperl",
  "keywords": [
    "exiftool",
    "metadata",
    "exif",
    "iptc",
    "xmp",
    "wasm",
    "webassembly",
    "browser",
    "node",
    "universal",
    "files",
    "images",
    "documents",
    "media",
    "zeroperl"
  ],
  "homepage": "https://github.com/vaibhavshirole/exiftool-write#readme",
  "bugs": {
    "url": "https://github.com/vaibhavshirole/exiftool-write/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vaibhavshirole/exiftool-write"
  },
  "license": "Apache-2.0",
  "author": "Vaibhav Shirole",
  "contributors": [
    "United States Writing Corporation"
  ],
  "type": "module",
  "exports": {
    "import": "./dist/esm/index.esm.js",
    "types": "./dist/types/index.d.ts"
  },
  "main": "index.js",
  "scripts": {
    "build": "node build.mjs && tsc --emitDeclarationOnly",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "esbuild": "^0.25.0",
    "esbuild-raw-plugin": "^0.1.1",
    "typescript": "^5.7.3"
  }
}
