0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/e2e/ui/package.json
renovate[bot] 68bc817479
fix(deps): update dependency debug to v4.4.0 (#5003)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-15 15:15:09 +01:00

19 lines
525 B
JSON

{
"private": true,
"name": "@verdaccio/e2e-ui",
"version": "2.0.0",
"devDependencies": {
"verdaccio": "workspace:8.0.0-next-8.6",
"@verdaccio/core": "workspace:8.0.0-next-8.6",
"@verdaccio/config": "workspace:8.0.0-next-8.6",
"@verdaccio/test-helper": "workspace:4.0.0-next-8.2",
"debug": "4.4.0",
"cypress": "^13.6.0",
"get-port": "5.1.1"
},
"scripts": {
"cypress:open": "cypress open",
"cypress:install": "cypress install",
"test": "cypress install && cypress run"
}
}