UNPKG

healenium-js

Version:

Healenium-style self-healing decorator for Playwright in TypeScript

37 lines (36 loc) 865 B
{ "name": "healenium-js", "version": "1.0.0", "description": "Healenium-style self-healing decorator for Playwright in TypeScript", "main": "dist/healenium.js", "types": "dist/healenium.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/yourusername/healenium-js.git" }, "keywords": [ "playwright", "testing", "self-healing", "healenium", "automation" ], "author": "Your Name", "license": "MIT", "bugs": { "url": "https://github.com/yourusername/healenium-js/issues" }, "homepage": "https://github.com/yourusername/healenium-js#readme", "devDependencies": { "@types/node": "^22.15.17", "typescript": "^5.0.0" }, "dependencies": { "@playwright/test": "^1.43.0", "js-levenshtein": "^1.1.6" } }