{
  "name": "eleventy-plugin-lazyimages",
  "version": "2.1.2",
  "description": "An 11ty plugin that adds lazy loading to your images",
  "main": ".eleventy.js",
  "scripts": {
    "test": "echo \"Error: no test specified\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liamfiddler/eleventy-plugin-lazyimages.git"
  },
  "keywords": [
    "11ty",
    "eleventy",
    "plugin",
    "lazy",
    "lazyload",
    "image"
  ],
  "author": "@liamfiddler",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/liamfiddler/eleventy-plugin-lazyimages/issues"
  },
  "homepage": "https://github.com/liamfiddler/eleventy-plugin-lazyimages#readme",
  "dependencies": {
    "cross-fetch": "^3.1.4",
    "jsdom": ">=18.1.1",
    "sharp": ">=0.29.3"
  }
}
