{
  "name": "eleventy-plugin-fluid",
  "version": "3.2.3",
  "description": "Eleventy plugin which provides common filters, shortcodes and transforms for Fluid Project websites.",
  "publishConfig": {
    "access": "public"
  },
  "main": "index.js",
  "type": "module",
  "scripts": {
    "build": "rimraf _site && eleventy",
    "lint": "run-s lint:*",
    "lint:eslint": "eslint",
    "lint:markdownlint": "markdownlint-cli2 \"**/*.md\"",
    "start": "rimraf _site && eleventy --serve",
    "test": "node --test --test-reporter=spec --test-reporter-destination=stdout --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage/lcov.info --test-coverage-exclude=eleventy.config.js --test-coverage-exclude=fixtures/**/*.js",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fluid-project/eleventy-plugin-fluid.git"
  },
  "keywords": [
    "eleventy-plugin"
  ],
  "author": "OCAD University <idrc@ocadu.ca>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/fluid-project/eleventy-plugin-fluid/issues"
  },
  "homepage": "https://github.com/fluid-project/eleventy-plugin-fluid#readme",
  "devDependencies": {
    "@11ty/eleventy": "^3.0.0",
    "@commitlint/cli": "^21.0.0",
    "@commitlint/config-conventional": "^21.0.0",
    "@inclusive-design/eslint-config": "^0.5.0",
    "@inclusive-design/markdownlint-config": "^0.1.2",
    "eslint": "^10.0.0",
    "husky": "^9.1.4",
    "infusion": "^4.8.0",
    "lint-staged": "^17.0.0",
    "markdown-it-anchor": "^9.0.1",
    "markdown-it-deflist": "^3.0.0",
    "markdownlint-cli2": "^0.22.0",
    "npm-run-all2": "^9.0.0",
    "rimraf": "^6.0.1"
  },
  "dependencies": {
    "@11ty/eleventy-utils": "^2.0.0",
    "@sindresorhus/slugify": "^3.0.0",
    "browserslist": "^4.23.3",
    "esbuild": "^0.28.0",
    "fast-glob": "^3.3.3",
    "html-minifier-terser": "^7.2.0",
    "i18n-js": "^4.5.0",
    "just-safe-get": "^4.2.0",
    "lightningcss": "^1.26.0",
    "markdown-it": "^14.1.1",
    "rtl-detect": "^1.1.2"
  },
  "engines": {
    "node": ">=24"
  },
  "peerDependencies": {
    "infusion": "^4.8.0"
  },
  "lint-staged": {
    "*.{cjs,js,json,mjs}": [
      "eslint --fix"
    ],
    "*.md": [
      "eslint --fix",
      "markdownlint-cli2 --fix"
    ]
  }
}
