mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-13 17:56:59 +00:00
510e16e1d8
Change-Id: I6ad2dd62be31f9ebee13cf81159242daebf4389e
28 lines
721 B
JSON
28 lines
721 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-daily": "npm run selenium-test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
|
"api-testing": "mocha tests/api-testing"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "6.1.16",
|
|
"@wdio/local-runner": "6.1.16",
|
|
"@wdio/mocha-framework": "6.1.14",
|
|
"@wdio/spec-reporter": "6.1.14",
|
|
"@wdio/sync": "6.1.14",
|
|
"api-testing": "^1.4.2",
|
|
"mocha": "^7.1.1",
|
|
"eslint-config-wikimedia": "0.17.0",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-watch": "1.1.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.16"
|
|
}
|
|
}
|