-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
27 lines (27 loc) · 849 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"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"
}
}