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.

17 lines
611 B
JSON

{
"scripts": {
"cypress:run:chrome": "cypress run --env coverage=false --browser chrome",
"cypress:run:firefox": "cypress run --env coverage=false --browser firefox --config-file cypress_cron_type.json",
"cypress:run:chrome:canvas3d": "cypress run --headed --browser chrome --env coverage=false --config-file cypress_canvas3d.json"
},
"dependencies": {
"archiver": "^5.3.0",
"jimp": "^0.16.1",
"@cypress/code-coverage": "^3.9.10",
"cypress": "^8.3.1",
"cypress-file-upload": "^5.0.8",
"cypress-localstorage-commands": "^1.5.0",
"cypress-plugin-tab": "^1.0.5"
}
}