25 lines
532 B
JSON
25 lines
532 B
JSON
|
{
|
||
|
"name": "rocket-chat-appium",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@wdio/cli": "^7.19.3",
|
||
|
"chai": "^4.3.6",
|
||
|
"webdriverio": "^7.19.3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/register": "^7.17.7",
|
||
|
"@wdio/appium-service": "^7.19.1",
|
||
|
"@wdio/local-runner": "^7.19.3",
|
||
|
"@wdio/mocha-framework": "^7.19.3",
|
||
|
"@wdio/spec-reporter": "^7.19.1",
|
||
|
"wdio-wait-for": "^2.2.5"
|
||
|
}
|
||
|
}
|