{
  "name": "aeo-image",
  "version": "1.2.0",
  "description": "Write descriptive + rights metadata (captions, keywords, alt text, creator, license) into WebP, AVIF, HEIC, JPEG & PNG — self-describing images that Google Images reads and recommends embedding, built for the AI-search era. The only pure-JS, zero-dependency library that writes XMP to AVIF/HEIC. Byte-preserving; runs on Node, Bun, Deno & edge.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src"
  ],
  "sideEffects": false,
  "engines": {
    "node": ">=20.19.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vsima/aeo-image.git"
  },
  "homepage": "https://github.com/vsima/aeo-image#readme",
  "bugs": {
    "url": "https://github.com/vsima/aeo-image/issues"
  },
  "scripts": {
    "test": "node --test test/*.test.ts",
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "check:deps": "node scripts/check-zero-deps.mjs",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "exif",
    "xmp",
    "metadata",
    "webp",
    "avif",
    "heic",
    "jpeg",
    "png",
    "aeo",
    "geo",
    "answer-engine-optimization",
    "seo",
    "alt-text",
    "zero-dependency",
    "lossless",
    "image-metadata"
  ],
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.7.0"
  }
}
