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.
16 lines
363 B
JSON
16 lines
363 B
JSON
{
|
|
"scripts": {
|
|
"cypress:run:chrome": "cypress run --headless --browser chrome",
|
|
"cypress:run:firefox": "cypress run --headless --browser firefox"
|
|
},
|
|
"devDependencies": {
|
|
"cypress": "^5.0.0",
|
|
"cypress-file-upload": "^4.1.1",
|
|
"istanbul-lib-coverage": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"archiver": "^5.0.0",
|
|
"jimp": "^0.14.0"
|
|
}
|
|
}
|