{
  "name": "@webdiscus/pug-loader",
  "version": "2.11.1",
  "description": "Pug loader renders Pug files into HTML or compiles them into a template function.",
  "keywords": [
    "pug",
    "loader",
    "webpack",
    "compile",
    "render",
    "html",
    "plain",
    "filter",
    "markdown",
    "pug-loader",
    "pug-plugin"
  ],
  "license": "ISC",
  "author": "webdiscus (https://github.com/webdiscus)",
  "maintainers": [
    "webdiscus (https://github.com/webdiscus)"
  ],
  "funding": {
    "type": "patreon",
    "url": "https://patreon.com/biodiscus"
  },
  "homepage": "https://github.com/webdiscus/pug-loader",
  "bugs": {
    "url": "https://github.com/webdiscus/pug-loader/issues"
  },
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webdiscus/pug-loader.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "test": "jest --detectOpenHandles --config ./test/jest.config.js",
    "test:coverage": "jest --detectOpenHandles --collectCoverage --config ./test/jest.config.js",
    "publish:public": "npm publish --access public",
    "publish:beta": "npm publish --tag beta"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "src",
    "CHANGELOG.md",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16.16"
  },
  "peerDependencies": {
    "pug": ">=3.0.2",
    "webpack": ">=5.32.0",
    "enhanced-resolve": ">=5.7.0",
    "markdown-it": ">=13.0.1",
    "prismjs": "^1.29.0"
  },
  "peerDependenciesMeta": {
    "markdown-it": {
      "optional": true
    },
    "prismjs": {
      "optional": true
    }
  },
  "dependencies": {
    "ansis": "3.10.0",
    "parse5": "^7.2.1",
    "pug": "^3.0.3",
    "webpack-merge": "^6.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.23.9",
    "@babel/preset-env": "^7.23.9",
    "@types/jest": "^29.5.12",
    "css-loader": "^6.10.0",
    "html-loader": "^5.0.0",
    "html-webpack-plugin": "^5.6.0",
    "jest": "^29.7.0",
    "mini-css-extract-plugin": "^2.8.1",
    "prettier": "^3.2.5",
    "prismjs": "^1.29.0",
    "pug-plugin": "4.9.9",
    "responsive-loader": "^3.1.2",
    "sass": "1.67.0",
    "sass-loader": "13.3.3",
    "sharp": "^0.32.6",
    "tsconfig-paths-webpack-plugin": "^4.1.0",
    "webpack": "^5.90.1",
    "webpack-cli": "5.1.4",
    "webpack-dev-server": "^5.0.3"
  }
}
