{
  "name": "eleventy-plugin-img2picture",
  "version": "7.0.0",
  "description": "Eleventy plugin to replace <img> using <picture> with resized and optimized images.",
  "main": ".eleventy.js",
  "funding": "https://github.com/sponsors/saneef/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com:saneef/eleventy-plugin-img2picture.git"
  },
  "scripts": {
    "lint": "eslint lib/**/*.js tests/**/*.js",
    "test": "ava --timeout 1m --no-worker-threads",
    "prepare": "husky install"
  },
  "keywords": [
    "responsive-images",
    "images",
    "eleventy",
    "11ty",
    "eleventy-plugin"
  ],
  "author": "Saneef Ansari <hello@saneef.com> (https://saneef.com/)",
  "license": "MIT",
  "dependencies": {
    "@11ty/eleventy-img": "^6.0.2",
    "cheerio": "^1.0.0",
    "debug": "^4.3.4",
    "entities": "^4.5.0"
  },
  "devDependencies": {
    "ava": "^5.3.1",
    "doctoc": "^2.2.1",
    "eslint": "^8.54.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-config-xo-space": "^0.34.0",
    "eslint-plugin-prettier": "^5.0.1",
    "husky": "^8.0.3",
    "image-size": "^1.0.2",
    "lint-staged": "^15.1.0",
    "prettier": "^3.1.0",
    "prettier-plugin-jsdoc": "^1.1.1",
    "rimraf": "^5.0.5"
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix",
    "*.{js,md,json}": "prettier --write",
    "README.md": "doctoc --title '## Table of Contents'"
  },
  "ava": {
    "failFast": false,
    "files": [
      "tests/**/*",
      "**/*.test.js",
      "!tests/utils.js"
    ],
    "ignoredByWatcher": [
      "tests/output/**"
    ]
  }
}
