-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1019 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": "wdio-ts",
"version": "1.0.0",
"description": "End-to-end web-testing with WebDriver.io + MochaJS + Typescript",
"private": true,
"scripts": {
"test": "wdio run wdio.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vandervan/wdio-ts.git"
},
"author": "Arthur Krivitsky <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vandervan/wdio-ts/issues"
},
"homepage": "https://github.com/vandervan/wdio-ts#readme",
"dependencies": {
"@wdio/cli": "^7.1.2"
},
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.34",
"@wdio/allure-reporter": "^7.1.1",
"@wdio/local-runner": "^7.1.2",
"@wdio/mocha-framework": "^7.1.2",
"@wdio/spec-reporter": "^7.1.1",
"@wdio/sync": "^7.1.1",
"chai": "^4.3.4",
"chromedriver": "^89.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.3",
"wdio-chromedriver-service": "^7.0.0"
}
}