{
  "name": "@podlite/image",
  "version": "0.0.69",
  "description": "Image handling plugin for Podlite — caption and embed images",
  "main": "./lib/index.js",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./esm/index.js",
      "require": "./lib/index.js",
      "default": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "homepage": "https://podlite.org",
  "bugs": {
    "url": "https://github.com/podlite/podlite/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/podlite/podlite.git",
    "directory": "packages/podlite-image"
  },
  "keywords": [
    "podlite",
    "image",
    "figure",
    "caption",
    "figure-caption",
    "embed",
    "plugin",
    "media",
    "responsive-image",
    "alt-text"
  ],
  "license": "MIT",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/podlite"
  },
  "scripts": {
    "clean": "rm -rf dist lib tsconfig.tsbuildinfo",
    "build": "yarn g:build",
    "test": "yarn g:jest  --passWithNoTests",
    "watch:update": " yarn build && yarn test",
    "watch": "yarn g:watch"
  },
  "files": [
    "lib",
    "esm",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@podlite/schema": "^0.0.70"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18",
    "react-dom": "^16.0.0 || ^17.0.0 || ^18"
  },
  "module": "./esm/index.js",
  "types": "./lib/index.d.ts"
}