{
  "name": "image-exporter",
  "version": "1.2.2",
  "description": "Easily download one or more DOM elements as images",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "browser": "./dist/index.browser.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "browser": "./dist/index.browser.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE.md"
  ],
  "scripts": {
    "dev": "bun run --watch src/index.ts",
    "build": "bun run scripts/build.ts",
    "prepublishOnly": "bun run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/briantuckerdesign/image-exporter.git"
  },
  "keywords": [
    "image exporter",
    "image downloader",
    "html-to-image",
    "webflow",
    "attributes",
    "div to image",
    "gennyflow"
  ],
  "author": "Brian Tucker",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/briantuckerdesign/image-exporter/issues"
  },
  "homepage": "https://github.com/briantuckerdesign/image-exporter#readme",
  "dependencies": {
    "jszip": "^3.10.1",
    "modern-screenshot": "^4.6.0"
  },
  "devDependencies": {
    "concurrently": "^9.1.2",
    "http-server": "^14.1.1",
    "typescript": "^5.7.3"
  }
}
