{
  "name": "posthtml-url-parameters",
  "description": "PostHTML plugin for adding parameters to URLs.",
  "version": "3.1.4",
  "license": "MIT",
  "author": "Cosmin Popovici (https://github.com/cossssmin)",
  "bugs": "https://github.com/posthtml/posthtml-url-parameters/issues",
  "homepage": "https://github.com/posthtml/posthtml-url-parameters",
  "repository": "posthtml/posthtml-url-parameters",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "types": "./dist/index.d.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "dev": "vitest",
    "build": "unbuild",
    "prepack": "unbuild",
    "test": "vitest run --coverage",
    "lint": "biome lint ./lib ./test",
    "pretest": "npm run lint",
    "release": "npx np"
  },
  "keywords": [
    "html",
    "posthtml-plugin",
    "parameters",
    "posthtml",
    "query-string",
    "searchparams",
    "url-parser"
  ],
  "dependencies": {
    "is-url-superb": "^6.1.0",
    "posthtml": "^0.16.6",
    "posthtml-match-helper": "^2.0.0",
    "query-string": "^9.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.2.4",
    "@vitest/coverage-v8": "^3.0.6",
    "unbuild": "^2.0.0",
    "vitest": "^3.0.5"
  }
}
