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 ca4dc04aae
chore: update versions (next-8) (#4951)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-11 22:13:46 +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.5",
"@verdaccio/core": "workspace:8.0.0-next-8.5",
"@verdaccio/config": "workspace:8.0.0-next-8.5",
"@verdaccio/test-helper": "workspace:4.0.0-next-8.2",
"debug": "4.3.7",
"cypress": "^13.6.0",
"get-port": "5.1.1"
},
"scripts": {
"cypress:open": "cypress open",
"cypress:install": "cypress install",
"test": "cypress install && cypress run"
}
}