mediawiki-extensions-Cite/package.json
WMDE-Fisch d341b3f4fc [build] Update Cypress library to 13.15.1
Change-Id: I6271660b62b536b6db8da4d8aa2b704020bef403
2024-10-31 07:49:19 +00:00

26 lines
806 B
JSON

{
"name": "Cite",
"private": true,
"scripts": {
"selenium-daily": "npm run selenium-test",
"selenium-test": "CYPRESS_CACHE_FOLDER=./tests/cypress/.cache cypress run --config-file tests/cypress/cypress.config.js",
"cypress:open": "CYPRESS_CACHE_FOLDER=./tests/cypress/.cache cypress open --config-file tests/cypress/cypress.config.js",
"doc": "jsdoc -c jsdoc.json",
"test": "grunt test",
"lint:fix": "grunt test --fix"
},
"devDependencies": {
"@cypress/skip-test": "^2.6.1",
"cypress": "^13.15.1",
"eslint-config-wikimedia": "0.28.2",
"eslint-plugin-cypress": "^2.15.1",
"grunt": "1.6.1",
"grunt-banana-checker": "0.13.0",
"grunt-eslint": "24.3.0",
"grunt-stylelint": "0.20.1",
"jsdoc": "4.0.3",
"jsdoc-wmf-theme": "1.1.0",
"stylelint-config-wikimedia": "0.17.2"
}
}