mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
93c49bd36d
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
19 lines
467 B
JSON
19 lines
467 B
JSON
{
|
|
"private": true,
|
|
"name": "@verdaccio/e2e-ui",
|
|
"version": "2.0.0",
|
|
"devDependencies": {
|
|
"verdaccio": "workspace:7.0.0-next-7.13",
|
|
"@verdaccio/core": "workspace:7.0.0-next-7.13",
|
|
"@verdaccio/config": "workspace:7.0.0-next-7.13",
|
|
"@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"
|
|
}
|
|
}
|