{
  "name": "playwright-selfheal-ai",
  "version": "1.0.13",
  "description": "AI-powered self-healing locators for Playwright",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "playwright",
    "playwright-selfheal-ai",
    "testing",
    "self-healing",
    "automation",
    "selfheal",
    "playwright selfheal",
    "playwright selfheal ai"
  ],
  "author": "sathyasri kapisetti",
  "license": "MIT",
  "dependencies": {
    "openai": "^4.0.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.40.0",
    "typescript": "^5.9.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sathyasri123222/playwright-selfheal-ai.git"
  },
  "bugs": {
    "url": "https://github.com/sathyasri123222/playwright-selfheal-ai/issues"
  },
  "homepage": "https://github.com/sathyasri123222/playwright-selfheal-ai#readme",
  "files": [
    "dist",
    "README_HeuristicHeal.md",
    "README_NextGenHeal.md",
    "LICENSE",
    "tests"
  ]
}
