{
  "name": "@leaflink/dom-testing-utils",
  "version": "5.3.2",
  "description": "Frontend DOM testing utilities",
  "packageManager": "pnpm@11.1.2",
  "engines": {
    "node": ">=24",
    "pnpm": ">=11"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./setup-env": {
      "types": "./dist/setup-env.d.ts",
      "import": "./dist/setup-env.js",
      "default": "./dist/setup-env.js"
    },
    "./global-env": {
      "types": "./dist/global-env.d.ts",
      "import": "./dist/global-env.js",
      "default": "./dist/global-env.js"
    }
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "fix": "pnpm lint --fix",
    "lint": "eslint .",
    "lint:commits": "commitlint",
    "test": "vitest --reporter verbose"
  },
  "license": "MIT",
  "dependencies": {
    "msw": "^2.14.6"
  },
  "devDependencies": {
    "@leaflink/eslint-config": "^5.3.0",
    "@types/node": "^25.9.0",
    "@vitest/coverage-v8": "^4.1.6",
    "commitlint": "^21.0.0",
    "conventional-changelog-conventionalcommits": "^9.3.0",
    "eslint": "^10.0.0",
    "jsdom": "^29.1.1",
    "semantic-release": "^25.0.3",
    "stylelint": "^17.11.0",
    "typescript": "^6.0.0",
    "vite": "^8.0.13",
    "vitest": "^4.1.6"
  },
  "peerDependencies": {
    "@testing-library/dom": "^7 || ^8 || ^9 || ^10",
    "@testing-library/jest-dom": "^6",
    "@testing-library/user-event": "^12 || ^13 || ^14",
    "@testing-library/vue": "^7 || ^8",
    "@vue/test-utils": "^2",
    "vue": "^3.2.31"
  },
  "commitlint": {
    "extends": [
      "@leaflink/eslint-config/commitlint"
    ]
  }
}
