UNPKG

playwright-cleanup

Version:
33 lines (32 loc) 751 B
{ "name": "playwright-cleanup", "version": "2.0.1", "description": "A Playwright cleanup plugin", "files": [ "/build/src", "/build/app.d.ts" ], "main": "build/app.js", "scripts": { "test": "npx playwright test" }, "keywords": [ "playwright", "playwright-plugin", "cleanup" ], "author": "Tzur Paldi", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/tzurp/playwright-cleanup.git" }, "bugs": { "url": "https://github.com/tzurp/playwright-cleanup/issues" }, "homepage": "https://github.com/tzurp/playwright-cleanup#readme", "devDependencies": { "@playwright/test": "^1.49.1", "@types/node": "^22.10.6" } }