mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
37e2c61f63
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
18 lines
476 B
JSON
18 lines
476 B
JSON
{
|
|
"private": true,
|
|
"name": "@verdaccio/e2e-ui",
|
|
"version": "2.0.0-6-next.4",
|
|
"devDependencies": {
|
|
"verdaccio": "workspace:6.0.0-6-next.72",
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.72",
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.72",
|
|
"@verdaccio/test-helper": "workspace:2.0.0-6-next.8",
|
|
"debug": "4.3.4",
|
|
"cypress": "^11.2.0",
|
|
"get-port": "5.1.1"
|
|
},
|
|
"scripts": {
|
|
"cypress:open": "cypress open",
|
|
"test": "cypress run"
|
|
}
|
|
}
|