UNPKG

playwright-advanced-ml-healer

Version:

Advanced AI-powered self-healing selectors for Playwright with 20+ healing types, neural networks, and machine learning models

76 lines (75 loc) 1.83 kB
{ "name": "playwright-advanced-ml-healer", "version": "1.0.1", "description": "Advanced AI-powered self-healing selectors for Playwright with 20+ healing types, neural networks, and machine learning models", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "prepublishOnly": "npm run build && npm run test", "clean": "rimraf dist", "dev": "ts-node src/index.ts", "prepare": "npm run build" }, "keywords": [ "playwright", "self-healing", "selectors", "automation", "ai", "machine-learning", "neural-networks", "test-automation", "web-testing", "selenium-alternative", "ai-powered", "intelligent-healing", "advanced-ml", "deep-learning", "computer-vision", "nlp", "ensemble-methods" ], "author": { "name": "Playwright Self-Healer Team", "email": "support@playwright-self-healer.com" }, "license": "MIT", "dependencies": { "playwright": ">=1.40.0", "string-similarity": "^4.0.4" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^20.0.0", "@types/string-similarity": "^4.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "rimraf": "^5.0.0", "ts-jest": "^29.0.0", "ts-node": "^10.9.0", "typescript": "^5.0.0" }, "peerDependencies": { "playwright": ">=1.40.0" }, "engines": { "node": ">=16.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "readme": "README.md" }