2015-06-20 04:54:10 +00:00
|
|
|
{
|
2022-04-27 08:57:29 +00:00
|
|
|
"name": "Math",
|
2017-03-31 21:47:20 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2017-04-07 13:39:38 +00:00
|
|
|
"test": "grunt test",
|
2018-09-03 15:26:11 +00:00
|
|
|
"selenium-daily": "npm run selenium-test",
|
2022-07-08 05:13:08 +00:00
|
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
2022-12-30 12:51:02 +00:00
|
|
|
"api-testing": "mocha tests/api-testing",
|
|
|
|
"build": " ./maintenance/buildPHPparser.js"
|
2017-03-31 21:47:20 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-19 20:16:20 +00:00
|
|
|
"@wdio/cli": "7.16.13",
|
2022-07-08 05:13:08 +00:00
|
|
|
"@wdio/dot-reporter": "7.16.13",
|
2022-01-19 20:16:20 +00:00
|
|
|
"@wdio/junit-reporter": "7.16.13",
|
|
|
|
"@wdio/local-runner": "7.16.13",
|
|
|
|
"@wdio/mocha-framework": "7.16.13",
|
2022-05-24 11:59:55 +00:00
|
|
|
"@wdio/spec-reporter": "7.16.13",
|
2023-04-28 15:46:36 +00:00
|
|
|
"api-testing": "1.6.0",
|
2022-09-06 14:02:42 +00:00
|
|
|
"commander": "^9.4.1",
|
2023-05-04 01:00:00 +00:00
|
|
|
"eslint-config-wikimedia": "0.25.0",
|
2023-03-31 00:33:14 +00:00
|
|
|
"grunt": "1.6.1",
|
2023-06-02 05:20:23 +00:00
|
|
|
"grunt-banana-checker": "0.11.0",
|
2018-10-11 08:36:00 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2023-04-29 02:00:54 +00:00
|
|
|
"grunt-eslint": "24.0.1",
|
2022-11-13 05:53:14 +00:00
|
|
|
"grunt-stylelint": "0.18.0",
|
2021-03-07 04:54:16 +00:00
|
|
|
"mocha": "^7.1.1",
|
2022-09-06 14:02:42 +00:00
|
|
|
"peggy": "1.0.0",
|
2023-05-04 01:00:00 +00:00
|
|
|
"phpeggy": "^1.0.1",
|
2023-06-02 05:20:23 +00:00
|
|
|
"stylelint-config-wikimedia": "0.15.0",
|
2023-05-04 01:00:00 +00:00
|
|
|
"wdio-mediawiki": "2.1.0"
|
2017-03-31 21:47:20 +00:00
|
|
|
}
|
2015-06-20 04:54:10 +00:00
|
|
|
}
|