-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 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
44
45
{
"name": "@qubership/atp3-playwright-runner",
"version": "0.1.1",
"description": "",
"main": "playwright.config.js",
"directories": {
"test": "tests"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"bats": "^1.11.1",
"@faker-js/faker": "9.7.0",
"@playwright/test": "1.58.2",
"@types/node": "22.14.1",
"allure-playwright": "3.6.0",
"axios": "1.15.0",
"consul": "2.0.1",
"csv-parse": "6.0.0",
"daff": "1.4.2",
"diff-match-patch": "^1.0.5",
"exceljs": "4.4.0",
"js-yaml": "4.1.0",
"jsondiffpatch": "^0.7.3",
"newman": "6.2.1",
"allure-commandline": "^2.34.1",
"jsonpath-plus": "10.3.0"
},
"dependencies": {
"@usebruno/cli": "2.10.0",
"winston": "3.10.0",
"@types/node-fetch": "2.6.12",
"@types/xlsx": "0.0.36",
"https": "1.0.0",
"node-fetch": "3.3.2",
"oracledb": "6.8.0",
"pg": "8.11.3",
"ssh2": "1.16.0",
"undici": "7.13.0",
"xlsx": "0.18.5",
"uuid": "11.1.0"
}
}