{
  "name": "posthtml-boolean-attributes",
  "description": "Helps to perform transformations with boolean attributes ",
  "version": "0.3.1",
  "author": "PostHTML",
  "ava": {
    "verbose": "true"
  },
  "bugs": "https://github.com/posthtml/posthtml-boolean-attributes/issues",
  "dependencies": {
    "posthtml": "^0.13.3"
  },
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-angular": "^11.0.0",
    "ava": "^3.13.0",
    "conventional-changelog-cli": "^2.1.0",
    "husky": "^4.3.0",
    "mversion": "^2.0.1",
    "snazzy": "^8.0.0",
    "standard": "^14.3.4"
  },
  "engines": {
    "node": ">=10"
  },
  "homepage": "https://github.com/posthtml/posthtml-boolean-attributes",
  "keywords": [
    "html",
    "posthtml",
    "posthtml-plugin"
  ],
  "license": "MIT",
  "main": "lib",
  "repository": "posthtml/posthtml-boolean-attributes",
  "scripts": {
    "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
    "lint": "standard --fix | snazzy",
    "release-major": "mversion major",
    "release-minor": "mversion minor",
    "release-patch": "mversion patch",
    "test": "npm run lint && ava"
  },
  "husky": {
    "hooks": {
      "pre-push": "npm t",
      "pre-commit": "npm run lint",
      "commit-msg": "commitlint --extends=@commitlint/config-angular -e"
    }
  }
}
