Add setCaller to BatchRowIterator
[mediawiki.git] / package.json
blobe5dad1069dcadbf0fa529e8d6c18c1e74803c2a5
2   "private": true,
3   "scripts": {
4     "api-testing": "npm run api-testing-lint && mocha --timeout 0 --recursive tests/api-testing",
5     "api-testing-lint": "eslint --cache --max-warnings 0 tests/api-testing/**",
6     "build": "grunt minify",
7     "test": "grunt lint && npm run doc",
8     "qunit": "grunt qunit",
9     "doc": "jsduck",
10     "postdoc": "grunt copy:jsduck",
11     "selenium": "bash ./tests/selenium/selenium.sh",
12     "selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
13     "selenium-test": "wdio ./tests/selenium/wdio.conf.js"
14   },
15   "devDependencies": {
16     "@wdio/cli": "6.1.12",
17     "@wdio/devtools-service": "6.1.11",
18     "@wdio/dot-reporter": "6.1.9",
19     "@wdio/junit-reporter": "6.1.9",
20     "@wdio/local-runner": "6.1.12",
21     "@wdio/mocha-framework": "6.1.8",
22     "@wdio/sauce-service": "6.1.9",
23     "@wdio/sync": "6.1.8",
24     "api-testing": "1.3.0",
25     "eslint-config-wikimedia": "0.16.2",
26     "grunt": "1.1.0",
27     "grunt-banana-checker": "0.9.0",
28     "grunt-contrib-copy": "1.0.0",
29     "grunt-contrib-watch": "1.1.0",
30     "grunt-eslint": "23.0.0",
31     "grunt-karma": "4.0.0",
32     "grunt-stylelint": "0.15.0",
33     "grunt-svgmin": "5.0.0",
34     "karma": "5.0.4",
35     "karma-chrome-launcher": "3.1.0",
36     "karma-firefox-launcher": "1.3.0",
37     "karma-mocha-reporter": "2.2.5",
38     "karma-qunit": "4.1.0",
39     "postcss-less": "2.0.0",
40     "qunit": "2.10.0",
41     "stylelint-config-wikimedia": "0.10.1",
42     "wdio-mediawiki": "file:tests/selenium/wdio-mediawiki",
43     "wdio-video-reporter": "3.0.0",
44     "webdriverio": "6.1.12"
45   }