-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.41 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.41 KB
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
34
35
36
37
38
39
40
41
42
43
{
"name": "visualeditor",
"version": "0.0.0",
"private": true,
"description": "Build tools for the VisualEditor-MediaWiki extension.",
"scripts": {
"api-testing": "mocha --timeout 0 --parallel --recursive tests/api-testing",
"doc": "jsdoc -c jsdoc.json",
"eslint-fix": "eslint --cache --ext .js,.json --fix .",
"eslint": "eslint --cache --ext .js,.json .",
"minify-svg": "svgo --config=.svgo.config.js -q -r -f images/",
"screenshots-all": "grunt screenshots-all",
"selenium-daily": "npm run selenium-test -- --suite daily --mochaOpts.grep @daily",
"selenium-test": "wdio tests/selenium/wdio.conf.js",
"test": "grunt test && node build/checkModules.js && npm run minify-svg"
},
"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",
"eslint-config-wikimedia": "0.32.3",
"eslint-plugin-local": "^4.2.2",
"grunt": "1.6.1",
"grunt-banana-checker": "0.13.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "24.3.0",
"grunt-mocha-test": "0.13.3",
"grunt-stylelint": "0.20.1",
"grunt-tyops": "0.1.1",
"jimp": "0.13.0",
"jsdoc": "4.0.5",
"jsdoc-wmf-theme": "1.2.0",
"mocha": "11.1.0",
"selenium-webdriver": "3.6.0",
"stringify-object": "3.2.2",
"stylelint-config-wikimedia": "0.18.0",
"svgo": "4.0.1",
"wdio-mediawiki": "6.3.0"
}
}