mediawiki-extensions-Cite/package.json
Ed Sanders 77b7f347c8 build: Update eslint-config-wikimedia to 0.28.0
Change-Id: I9f69e865d47e7cf4a8273bb0fdffbb9dac28b5cb
2024-06-06 16:28:53 +01:00

26 lines
807 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.8.1",
"eslint-config-wikimedia": "0.28.0",
"eslint-plugin-cypress": "^2.15.1",
"grunt": "1.6.1",
"grunt-banana-checker": "0.11.1",
"grunt-eslint": "24.3.0",
"grunt-stylelint": "0.19.0",
"jsdoc": "^4.0.2",
"jsdoc-wmf-theme": "0.0.12",
"stylelint-config-wikimedia": "0.16.1"
}
}