{
  "name": "posthtml-lazyload",
  "description": "PostHTML plugin to add native lazyload attribute",
  "version": "1.0.10",
  "author": "https://github.com/webistomin",
  "ava": {
    "verbose": "true"
  },
  "bugs": "https://github.com/webistomin/posthtml-lazyload/issues",
  "dependencies": {
    "posthtml": "^0.15.2"
  },
  "devDependencies": {
    "ava": "^3.15.0",
    "conventional-changelog": "^3.1.24",
    "conventional-changelog-lint": "^2.1.1",
    "husky": "^6.0.0",
    "mversion": "^2.0.1",
    "snazzy": "^9.0.0",
    "standard": "^16.0.3"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/webistomin/posthtml-lazyload",
  "keywords": [
    "html",
    "posthtml",
    "posthtml-plugin",
    "lazyload"
  ],
  "license": "MIT",
  "main": "lib",
  "repository": "https://github.com/webistomin/posthtml-lazyload",
  "scripts": {
    "lint": "standard | snazzy",
    "release-major": "mversion major",
    "release-minor": "mversion minor",
    "release-patch": "mversion patch",
    "test": "ava",
    "prepare": "husky install"
  }
}
