{
  "name": "gulp-html2pug",
  "version": "7.0.1",
  "description": "Gulp plugin to convert html files to pug",
  "main": "dist/index.js",
  "type": "module",
  "engines": {
    "node": ">=20.0"
  },
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "babel src -s -d dist",
    "lint": "eslint --cache .",
    "test": "mocha",
    "cover": "c8 npm test",
    "prepare": "npm run build"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dotcore64/gulp-html2pug.git"
  },
  "keywords": [
    "gulp",
    "gulpplugin",
    "pug",
    "html",
    "templates"
  ],
  "author": "Julian Grinblat",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dotcore64/gulp-html2pug/issues"
  },
  "homepage": "https://github.com/dotcore64/gulp-html2pug#readme",
  "dependencies": {
    "html2pug": "^4.0.0",
    "plugin-error": "^2.0.1",
    "through2": "^4.0.2",
    "vinyl-contents-tostring": "^8.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.5",
    "@babel/eslint-parser": "^7.28.5",
    "@babel/plugin-proposal-partial-application": "^7.27.1",
    "@babel/plugin-proposal-throw-expressions": "^7.27.1",
    "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
    "c8": "^10.1.3",
    "chai": "^6.2.0",
    "chai-as-promised": "^8.0.2",
    "dirty-chai": "^3.0.0-rc.1",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-mocha": "^10.5.0",
    "eslint-plugin-n": "^17.23.1",
    "eslint-plugin-unicorn": "^56.0.1",
    "mocha": "^11.7.4",
    "p-event": "^7.0.0",
    "sinon": "^21.0.0",
    "sinon-chai": "^4.0.1",
    "vinyl": "^3.0.1"
  }
}
