UNPKG

playwright-session

Version:

Visual Debugger for Playwright automation.

38 lines (37 loc) 853 B
{ "name": "playwright-session", "version": "0.0.7", "description": "Visual Debugger for Playwright automation.", "main": "out/src/playwright-session.js", "scripts": { "start": "tsc && node out/examples/vuetify-navigation.js" }, "author": "Dom Deren <domderen@hotdata.co>", "license": "Apache-2.0", "keywords": [ "playwright", "debugger", "session", "video", "network", "ci", "remote", "visual", "automation" ], "homepage": "https://playwright-session.hotdata.co/", "bugs": { "url": "https://github.com/domderen/playwright-session/issues" }, "repository": { "type": "git", "url": "https://github.com/domderen/playwright-session.git" }, "peerDependencies": { "playwright": "^1.x" }, "devDependencies": { "playwright": "^1.x", "typescript": "^3.8.3" } }