1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"private": true,
"description": "Build tools for the AbuseFilter mediawiki extension.",
"scripts": {
"test": "grunt test",
"selenium-daily": "npm run selenium-test",
"selenium-test": "wdio tests/selenium/wdio.conf.js"
},
"devDependencies": {
"@wdio/cli": "6.1.12",
"@wdio/local-runner": "6.1.12",
"@wdio/mocha-framework": "6.1.8",
"@wdio/spec-reporter": "6.1.12",
"@wdio/sync": "6.1.8",
"eslint-config-wikimedia": "0.17.0",
"grunt": "1.3.0",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0",
"grunt-stylelint": "0.15.0",
"stylelint-config-wikimedia": "0.10.1",
"wdio-mediawiki": "1.0.0",
"webdriverio": "6.1.12"
}
}
|