-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"name": "DEMO",
"version": "1.0.0",
"description": "Demo app",
"main": "wdio.conf.ts",
"scripts": {
"test": "wdio wdio.conf.ts"
},
"author": "R,Mithun",
"license": "MIT",
"devDependencies": {
"@types/node": "^17.0.33",
"@wdio/cli": "^7.19.7",
"@wdio/jasmine-framework": "^7.19.7",
"@wdio/local-runner": "^7.19.7",
"@wdio/selenium-standalone-service": "^7.19.5",
"@wdio/shared-store-service": "^7.19.7",
"@wdio/spec-reporter": "^7.19.7",
"@wdio/types": "^7.19.5",
"decompress": "^4.2.1",
"fs-extra": "^10.1.0",
"got": "^11.8.3",
"iconv-lite": "^0.6.3",
"jimp": "^0.16.1",
"js-yaml": "^4.1.0",
"node-forge": "^1.3.1",
"openssl-nodejs": "^1.0.5",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"wdio-cleanuptotal-service": "^1.0.6",
"wdio-performancetotal-service": "^2.1.1",
"wdio-wait-for": "^2.2.6",
"webdriverio": "^7.19.7",
"which": "^2.0.2",
"xlsx": "^0.18.5"
}
}