-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 955 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
{
"name": "idam-web-public",
"version": "1.0.0",
"repository": "[email protected]:hmcts/idam-web-public.git",
"license": "MIT",
"engines": {
"node": ">=12.20.0"
},
"devDependencies": {
"chai": "^4.4.1",
"codeceptjs": "^3.6.4",
"deep-equal-in-any-order": "^2.0.0",
"electron": "^33.0.0",
"html_codesniffer": "^2.5.1",
"jwt-decode": "^3.1.2",
"mocha-junit-reporter": "^2.0.0",
"mocha-multi": "^1.1.3",
"mochawesome": "^7.0.0",
"nightmare": "^3.0.2",
"node-fetch": "^2.6.1",
"notifications-node-client": "^8.0.0",
"pa11y": "^8.0.0",
"proxy-agent": "^6.0.0",
"puppeteer": "^23.0.1",
"webdriverio": "^8.0.0"
},
"scripts": {
"test-crossbrowser-e2e": "NODE_PATH=. codeceptjs run-multiple --all -c saucelabs.conf.js --steps --grep '@crossbrowser' --reporter mochawesome",
"test:crossbrowser": "runSauceLabsTests.sh"
},
"resolutions": {
"electron": "^33.0.0"
}
}