forked from turnerlabs/tcoe-interviews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 844 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
{
"name": "tcoe-interviews",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"local:api": "node ./scenarios/apiplayground/api/server.js",
"test:stocksapi": "mocha ./scenarios/apiplayground/test/**/*.js",
"test:uiplayground": "wdio ./wdio.uiplayground.conf.js",
"mobile:android:local": "wdio mobile/config/wdio.android.local.app.conf.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@wdio/cli": "^7.24.0",
"@wdio/local-runner": "^7.24.0",
"@wdio/mocha-framework": "^7.24.0",
"@wdio/spec-reporter": "^7.24.0",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"chromedriver": "^107.0.0",
"mocha": "^10.0.0",
"wdio-chromedriver-service": "^8.0.0"
},
"dependencies": {
"express": "^4.18.1"
}
}