-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 KB
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
37
38
39
40
41
42
43
{
"name": "@eduzz/e2e-playwright-base",
"version": "0.4.3",
"private": false,
"description": "Base project for playwright tests",
"main": "dist/index.js",
"packageManager": "pnpm@10.20.0",
"scripts": {
"build": "tsc",
"lint": "eslint"
},
"keywords": [
"eduzz",
"playwright",
"e2e"
],
"author": "Eduzz Team",
"license": "MIT",
"homepage": "https://github.com/eduzz/e2e-playwright-base",
"repository": {
"type": "git",
"url": "https://github.com/eduzz/e2e-playwright-base"
},
"bugs": {
"url": "https://github.com/eduzz/e2e-playwright-base/issues"
},
"dependencies": {
"@eduzz/eslint-config": "2.5.6",
"@faker-js/faker": "9.9.0",
"@playwright/test": "1.56.1",
"@reportportal/agent-js-playwright": "5.3.2",
"@types/node": "24.10.0",
"axios": "1.13.1",
"dotenv": "17.2.3",
"esbuild": "0.25.12",
"eslint": "9.39.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"faker-br": "0.5.0",
"playwright-json-summary-reporter": "1.0.1",
"tslib": "2.8.1",
"typescript": "5.9.3"
}
}