-
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.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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": "linkedin-automation-testing-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@playwright/test": "^1.56.1",
"@types/node": "^24.5.2",
"@types/xlsx": "^0.0.35",
"allure-playwright": "^3.4.1",
"axios": "^1.11.0",
"dotenv": "^17.2.2",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-playwright": "^2.2.0",
"playwright-zephyr": "^1.2.0",
"prettier": "^3.6.1",
"zephyr-scale-api": "^1.3.8"
},
"dependencies": {
"@gurglosa/playwright-zephyr-jira-reporter": "^1.0.4",
"@types/nodemailer": "^7.0.1",
"date-fns": "^4.1.0",
"faker": "^5.5.3",
"fs": "^0.0.1-security",
"googleapis": "^160.0.0",
"jest": "^30.0.5",
"nodemailer": "^7.0.6",
"playwright": "^1.55.0",
"playwright-nodemailer-reporter": "^0.2.0",
"read-excel-file": "^5.8.8",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"weekday": "^3.0.1",
"xlsx": "^0.18.5"
}
}