-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 992 Bytes
/
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
{
"name": "simpleChat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "cucumber-js --format=json:./reports/cucumber_report.json && exit 0",
"test:parallel": "cucumber-js --parallel 4",
"generate-report": "npx cucumber-html-reporter"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.10.4",
"allure-commandline": "^2.29.0",
"child_process": "^1.0.2",
"crypto-js": "^4.2.0",
"cucumber-html-reporter": "^6.0.0",
"jimp": "^0.22.12",
"mongodb": "^6.8.0",
"mongoose": "^8.6.1",
"pg": "^8.12.0",
"pg-pool": "^3.6.2",
"playwright": "^1.45.1",
"playwright-core": "^1.44.1",
"qrcode": "^1.5.3",
"qrcode-reader": "^1.0.4",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@cucumber/pretty-formatter": "^1.0.1",
"@playwright/test": "^1.45.1",
"@types/node": "^20.14.2",
"allure-playwright": "3.0.0-beta.3"
}
}