{
  "name": "ivya",
  "version": "1.8.2",
  "description": "Fork of Playwright's locator resolution",
  "keywords": [
    "dom",
    "locator",
    "playwright",
    "query",
    "search"
  ],
  "homepage": "https://github.com/vitest-dev/ivya#readme",
  "bugs": {
    "url": "https://github.com/vitest-dev/ivya/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vitest-dev/ivya.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./aria": "./dist/aria/index.js",
    "./utils": "./dist/publicUtils.js"
  },
  "devDependencies": {
    "@vitest/browser-playwright": "^4.1.0",
    "bumpp": "^10.4.1",
    "changelogithub": "^14.0.0",
    "playwright": "^1.60.0",
    "typescript": "^5.8.2",
    "vite": "^8.0.0",
    "vite-plus": "latest",
    "vitest": "^4.1.0"
  },
  "scripts": {
    "dev": "vp pack --watch --sourcemap",
    "build": "vp pack",
    "release": "bumpp",
    "lint": "vp check --no-lint",
    "lint-fix": "vp check --no-lint --fix",
    "typecheck": "tsc -b",
    "test-chrome": "vitest --project='*chromium*'",
    "test-unit": "vitest --project=unit",
    "test": "vitest"
  }
}