{
  "name": "@invariantum/ui-detectors",
  "version": "0.1.0",
  "type": "module",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexcodeplace/invariantum.git"
  },
  "files": [
    "src",
    "fixtures",
    "LICENSE"
  ],
  "engines": {
    "node": ">=24"
  },
  "exports": {
    ".": "./src/index.js"
  },
  "dependencies": {
    "axe-core": "^4.12.1",
    "playwright": "1.61.1",
    "@invariantum/core": "0.1.0",
    "@invariantum/feature": "0.1.0",
    "@invariantum/playwright": "0.1.0",
    "@invariantum/schema": "0.1.0",
    "@invariantum/universal": "0.1.0"
  },
  "scripts": {
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "build": "tsc -b tsconfig.build.json"
  }
}