UNPKG

mouse-helper

Version:

A tool to show mouse position and status for screenshots in automation test such as Puppeteer or Playwright

28 lines (27 loc) 876 B
{ "name": "mouse-helper", "version": "1.0.7", "description": "A tool to show mouse position and status for screenshots in automation test such as Puppeteer or Playwright", "main": "dist/mouse-helper.js", "scripts": { "link": "node ./scripts/link.js", "test": "npm run link && node ./scripts/test.js", "build": "sf lint && sf b -p", "patch": "npm run build && sf publish patch", "pack": "sf pack -o docs -q v={version} && npm run test" }, "files": [ "dist" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/cenfun/mouse-helper.git" }, "devDependencies": { "eslint": "^8.41.0", "eslint-config-plus": "^1.0.6", "eslint-plugin-html": "^7.1.0", "playwright": "^1.34.3" } }