-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 950 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
38
{
"name": "testProject",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/wdio wdio.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guram21/testProject.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/guram21/testProject/issues"
},
"homepage": "https://github.com/guram21/testProject#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/register": "^7.8.3",
"@wdio/cli": "^9.0.3",
"@wdio/local-runner": "^9.0.1",
"@wdio/mocha-framework": "^8.0.14",
"@wdio/spec-reporter": "^5.18.7",
"@wdio/sync": "^5.20.1",
"chromedriver": "^119.0.1",
"eslint": "^6.8.0",
"wdio-chromedriver-service": "^5.0.2"
},
"dependencies": {
"axios": "^1.6.8",
"chai": "^5.1.1"
}
}