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
Juan Picado 489631bda9
chore: update versions (next-7) (#4746)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-01 18:36:08 +02:00

18 lines
467 B
JSON

{
"private": true,
"name": "@verdaccio/e2e-ui",
"version": "2.0.0",
"devDependencies": {
"verdaccio": "workspace:7.0.0-next-7.20",
"@verdaccio/core": "workspace:7.0.0-next-7.20",
"@verdaccio/config": "workspace:7.0.0-next-7.20",
"@verdaccio/test-helper": "workspace:3.0.0-next-7.2",
"debug": "4.3.4",
"cypress": "^13.6.0",
"get-port": "5.1.1"
},
"scripts": {
"cypress:open": "cypress open",
"test": "cypress run"
}
}