-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.28 KB
/
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
41
42
43
44
45
46
47
{
"name": "webdriverio-ally-demo",
"version": "0.0.1",
"description": "Accessibility testing with webDriverIO and Axe",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/wdio wdio.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manoj9788/webdriverio-a11y-demo.git"
},
"keywords": [
"accessibility",
"webdriverio"
],
"author": "Manoj Kumar",
"license": "MIT",
"dependencies": {
"axe-core": "^4.8.1",
"babel": "^6.23.0",
"chai": "^4.3.8",
"chai-webdriverio": "^1.0.0",
"chromedriver": "^117.0.1",
"dotenv": "^16.3.1",
"expect-webdriverio": "^4.2.8",
"mocha": "^10.2.0",
"wdio-chromedriver-service": "^8.1.1",
"webdriverio": "^8.16.11"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"@babel/register": "^7.22.15",
"@wdio/cli": "^8.16.11",
"@wdio/local-runner": "^8.16.11",
"@wdio/mocha-framework": "^8.16.11",
"@wdio/selenium-standalone-service": "^8.15.0",
"@wdio/spec-reporter": "^8.16.9",
"@wdio/sync": "^7.27.0"
},
"bugs": {
"url": "https://github.com/manoj9788/webdriverio-a11y-demo/issues"
},
"homepage": "https://github.com/manoj9788/webdriverio-a11y-demo#readme"
}