You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
713 B
JSON

{
"scripts": {
"cypress:run:chrome": "cypress run --browser chrome",
"cypress:run:firefox": "cypress run --browser firefox --config-file nightly_cypress.config.js",
"cypress:run:chrome:canvas3d": "cypress run --headed --browser chrome --config-file cypress_canvas3d.config.js"
},
"dependencies": {
"@cypress/code-coverage": "^3.9.10",
"archiver": "^5.3.0",
"cy-verify-downloads": "^0.0.5",
"cypress": "^12.5.1",
"cypress-file-upload": "^5.0.8",
"cypress-localstorage-commands": "^1.7.0",
"cypress-real-events": "^1.6.0",
"eslint-plugin-cypress": "^2.12.1",
"extract-zip": "^2.0.1",
"fs-extra": "^10.1.0",
"jimp": "^0.16.1"
},
"version": "0.0.0"
}