2016-02-29 19:48:14 +00:00
|
|
|
{
|
2022-02-02 04:51:58 +00:00
|
|
|
"name": "AbuseFilter",
|
2018-09-02 21:30:30 +00:00
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for the AbuseFilter mediawiki extension.",
|
|
|
|
"scripts": {
|
2018-11-29 14:49:50 +00:00
|
|
|
"test": "grunt test",
|
2019-10-04 14:23:22 +00:00
|
|
|
"selenium-daily": "npm run selenium-test",
|
2018-11-29 14:49:50 +00:00
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
2018-09-02 21:30:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-31 14:37:22 +00:00
|
|
|
"@wdio/cli": "7.4.6",
|
|
|
|
"@wdio/dot-reporter": "7.4.2",
|
|
|
|
"@wdio/junit-reporter": "7.4.2",
|
|
|
|
"@wdio/local-runner": "7.4.6",
|
2021-10-04 06:40:46 +00:00
|
|
|
"@wdio/mocha-framework": "7.13.2",
|
2021-05-31 14:37:22 +00:00
|
|
|
"@wdio/sync": "7.4.6",
|
2023-01-18 00:30:55 +00:00
|
|
|
"eslint-config-wikimedia": "0.24.0",
|
2022-05-26 05:33:08 +00:00
|
|
|
"grunt": "1.5.3",
|
2022-07-11 21:15:13 +00:00
|
|
|
"grunt-banana-checker": "0.10.0",
|
2022-03-17 22:19:08 +00:00
|
|
|
"grunt-eslint": "24.0.0",
|
2022-11-11 00:31:52 +00:00
|
|
|
"grunt-stylelint": "0.18.0",
|
2022-10-07 17:37:39 +00:00
|
|
|
"stylelint-config-wikimedia": "0.13.1",
|
2022-12-13 15:48:42 +00:00
|
|
|
"wdio-mediawiki": "1.2.0"
|
2018-09-02 21:30:30 +00:00
|
|
|
}
|
2016-02-29 19:48:14 +00:00
|
|
|
}
|