-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 964 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 964 Bytes
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
28
29
30
31
32
33
34
35
36
{
"name": "playwright1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"pretest": "tsc --noEmit && eslint tests/**",
"test:ui": "npx playwright test --trace on"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@cucumber/cucumber": "^10.8.0",
"@eslint/js": "^9.15.0",
"@playwright/test": "^1.44.1",
"@types/estree": "^1.0.8",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.19.0",
"@types/normalize-package-data": "^2.4.4",
"@types/pixelmatch": "^5.2.6",
"@types/pngjs": "^6.0.5",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^9.15.0",
"eslint-plugin-playwright": "^2.1.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0"
},
"dependencies": {
"pixelmatch": "^6.0.0",
"playwright": "^1.45.1",
"pngjs": "^7.0.0"
}
}