{
  "name": "prevent-widows",
  "version": "1.1.2",
  "description": "Prevent widows from appearing in a string.",
  "keywords": [
    "posthtml",
    "posthtml-plugin",
    "content",
    "text",
    "widows"
  ],
  "homepage": "https://github.com/bashaus/prevent-widows",
  "repository": {
    "type": "git",
    "url": "https://github.com/bashaus/prevent-widows.git"
  },
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "clean": "rm -rf dist/",
    "lint": "eslint .",
    "prepare": "husky install",
    "test": "jest"
  },
  "devDependencies": {
    "@commitlint/cli": "19.8.0",
    "@commitlint/config-conventional": "19.8.0",
    "@eslint/js": "^9.22.0",
    "@types/jest": "^29.5.2",
    "@types/node": "^20.2.5",
    "eslint": "^9.22.0",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-prettier": "^5.2.3",
    "husky": "^8.0.3",
    "jest": "^29.5.0",
    "posthtml": "^0.16.6",
    "prettier": "3.5.3",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.26.1"
  }
}
