1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00
Files
dozzle/e2e/package.json
Amir Raminfar a4ac2c60ac Updates modules
2023-03-27 15:29:13 -07:00

14 lines
252 B
JSON

{
"name": "e2e",
"version": "1.0.0",
"scripts": {
"test": "cypress run"
},
"license": "ISC",
"dependencies": {
"@frsource/cypress-plugin-visual-regression-diff": "^3.2.14",
"cypress": "^12.8.1",
"typescript": "^5.0.2"
}
}