mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 22:39:18 +01:00
14 lines
251 B
JSON
14 lines
251 B
JSON
{
|
|
"name": "e2e",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "cypress run"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@frsource/cypress-plugin-visual-regression-diff": "^3.2.5",
|
|
"cypress": "^12.0.2",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|