-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 899 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "Math",
"private": true,
"scripts": {
"test": "grunt test",
"fix": "grunt --fix test",
"selenium-daily": "npm run selenium-test",
"selenium-test": "wdio tests/selenium/wdio.conf.js",
"api-testing": "mocha tests/api-testing",
"build": "./maintenance/buildPHPparser.js"
},
"devDependencies": {
"@wdio/cli": "9.23.2",
"@wdio/junit-reporter": "9.23.2",
"@wdio/local-runner": "9.23.2",
"@wdio/mocha-framework": "9.23.2",
"@wdio/spec-reporter": "9.23.2",
"api-testing": "1.7.3",
"commander": "^9.4.1",
"eslint-config-wikimedia": "0.32.3",
"grunt": "1.6.1",
"grunt-banana-checker": "0.13.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "24.3.0",
"grunt-stylelint": "0.20.1",
"mocha": "^7.1.1",
"peggy": "^5.0.6",
"phpeggy": "^3.0.0",
"stylelint-config-wikimedia": "0.18.0",
"typescript-eslint": "^8.46.2",
"wdio-mediawiki": "6.3.0"
}
}