mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
a931cb6646
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
17 lines
450 B
JSON
17 lines
450 B
JSON
{
|
|
"private": true,
|
|
"name": "@verdaccio/e2e-ui",
|
|
"version": "2.0.0-6-next.3",
|
|
"devDependencies": {
|
|
"verdaccio": "workspace:6.0.0-6-next.60",
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.60",
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.60",
|
|
"@verdaccio/test-helper": "workspace:2.0.0-6-next.7",
|
|
"debug": "4.3.4",
|
|
"cypress": "11.2.0"
|
|
},
|
|
"scripts": {
|
|
"cypress:open": "cypress open",
|
|
"test": "cypress run"
|
|
}
|
|
}
|