-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (27 loc) · 726 Bytes
/
package.json
File metadata and controls
28 lines (27 loc) · 726 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
{
"name": "y-automation-tests",
"version": "1.0.0",
"description": "Experiments with Playwrigt and TypeScript",
"scripts": {
"lint": "eslint .",
"prettier": "prettier --config .prettierrc '**/*.ts' --write",
"test": "npx playwright test tests/"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"playwright": "^1.39.0"
},
"devDependencies": {
"@applitools/eyes-playwright": "^1.35.1",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@playwright/test": "^1.49.1",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^9.18.0",
"prettier": "^3.4.2"
}
}