{
  "name": "gulp-format-html",
  "version": "1.5.2",
  "description": "gulp plugin formatting html via js-beautify",
  "keywords": [
    "beauty",
    "format",
    "gulp",
    "gulp-plugin",
    "html",
    "pretty"
  ],
  "license": "MIT",
  "author": {
    "name": "ntnyq",
    "email": "ntnyq13@gmail.com"
  },
  "homepage": "https://github.com/ntnyq/gulp-plugins",
  "bugs": {
    "url": "https://github.com/ntnyq/gulp-plugins/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ntnyq/gulp-plugins.git",
    "directory": "packages/gulp-format-html"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./*": "./*"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@ntnyq/logger": "^0.0.2",
    "@types/js-beautify": "^1.13.3",
    "@types/through2": "^2.0.38",
    "js-beautify": "^1.14.7",
    "plugin-error": "^2.0.1",
    "through2": "^4.0.2"
  },
  "engines": {
    "node": ">=14.19.0"
  },
  "scripts": {
    "build": "tsup && tsx ../../scripts/postbuild.mts",
    "dev": "DEV=true tsup"
  }
}