-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 895 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
39
40
{
"name": "tech-blog-repo",
"version": "1.0.0",
"description": "Tech blog repo",
"scripts": {
"test": "wdio"
},
"keywords": [
"cybozu vietnam",
"tech blog"
],
"author": "Cybozu Vietnam - Automation Testing Team",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/register": "^7.12.13",
"babel-register": "^6.26.0",
"@wdio/cli": "^5.18.5",
"@wdio/local-runner": "^5.18.5",
"@wdio/mocha-framework": "^5.16.15",
"@wdio/selenium-standalone-service": "^5.16.10",
"@wdio/spec-reporter": "^5.16.11",
"@wdio/sync": "^5.18.5",
"webdriverio": "^5.18.5",
"chai": "^4.2.0",
"comma-separated-values": "^3.6.4"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}
}