mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
68bc817479
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
19 lines
525 B
JSON
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"
|
|
}
|
|
}
|