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": {
|
2023-04-04 17:53:32 +00:00
|
|
|
"@wdio/cli": "7.30.2",
|
|
|
|
"@wdio/junit-reporter": "7.30.2",
|
|
|
|
"@wdio/local-runner": "7.30.2",
|
|
|
|
"@wdio/mocha-framework": "7.30.2",
|
|
|
|
"@wdio/spec-reporter": "7.30.2",
|
2024-06-16 00:53:22 +00:00
|
|
|
"eslint-config-wikimedia": "0.28.2",
|
2023-03-11 19:05:55 +00:00
|
|
|
"grunt": "1.6.1",
|
2024-05-17 00:18:51 +00:00
|
|
|
"grunt-banana-checker": "0.13.0",
|
2023-11-08 14:02:35 +00:00
|
|
|
"grunt-eslint": "24.3.0",
|
2024-06-16 00:53:22 +00:00
|
|
|
"grunt-stylelint": "0.20.1",
|
2024-06-11 00:19:40 +00:00
|
|
|
"stylelint-config-wikimedia": "0.17.2",
|
2024-02-12 15:37:06 +00:00
|
|
|
"wdio-mediawiki": "2.5.0"
|
2018-09-02 21:30:30 +00:00
|
|
|
}
|
2016-02-29 19:48:14 +00:00
|
|
|
}
|