{
  "name": "healenium-global",
  "version": "1.0.0",
  "description": "Globally self-healing wrapper for Playwright actions (click, fill, etc.)",
  "main": "dist/patch-global.js",
  "types": "dist/patch-global.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "playwright",
    "testing",
    "healenium",
    "self-healing",
    "automation"
  ],
  "author": "Your Name",
  "license": "MIT",
  "dependencies": {
    "js-levenshtein": "^1.1.6",
    "playwright": "^1.52.0"
  },
  "devDependencies": {
    "@types/node": "^18.0.0",
    "typescript": "^5.0.0"
  }
}
