-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@eduzz/e2e-playwright-base",
"version": "0.2.2",
"private": false,
"description": "Base project for playwright tests",
"main": "dist/index.js",
"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.3.1",
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.48.1",
"@reportportal/agent-js-playwright": "^5.1.11",
"@types/node": "^22.7.8",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"esbuild": "^0.24.0",
"eslint": "^9.13.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"faker-br": "0.4.1",
"playwright-json-summary-reporter": "1.0.1",
"typescript": "^5.6.3"
}
}