-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.21 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
38
39
40
41
42
{
"name": "cboard-webdriverio",
"version": "1.0.0",
"description": "UI testing for the Cboard project using version 5 WebdriverIO & TypeScript.",
"repository": "https://github.com/cboard-org/cboard-webdriverio",
"scripts": {
"test": "wdio",
"lint": "tslint --fix 'test/**/*.ts' && tslint --fix 'src/**/*.ts'"
},
"author": "Martin Bedouret",
"license": "GPL-3.0-only",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.12",
"@wdio/browserstack-service": "^7.8.0",
"@wdio/cli": "^7.8.0",
"@wdio/concise-reporter": "^7.8.0",
"@wdio/dot-reporter": "^7.8.0",
"@wdio/junit-reporter": "^7.8.0",
"@wdio/local-runner": "^7.8.0",
"@wdio/mocha-framework": "^7.8.0",
"@wdio/spec-reporter": "^7.8.0",
"@wdio/sync": "7.27.0",
"axios": "^0.21.2",
"chai": "^4.2.0",
"dotenv": "8.0.0",
"mocha": "^10.2.0",
"prettier": "1.18.2",
"random-number": "^0.0.9",
"randomstring": "^1.1.5",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.8.0",
"tslint": "^5.18.0",
"typescript": "^4.9.5",
"webdriverio": "^7.8.0"
},
"dependencies": {
"@wdio/codemod": "^0.9.1",
"jscodeshift": "^0.13.1"
}
}