mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
18348940c4
* chore: rename folders * chore: add search tests * chore: remove old files * Update pnpm-workspace.yaml * chore: fix ui * Update e2e-ci.yml * chore: renovate deps * fix build * chore: add tests
19 lines
497 B
JSON
19 lines
497 B
JSON
{
|
|
"private": true,
|
|
"name": "@verdaccio/e2e-ui",
|
|
"version": "2.0.0-6-next.3",
|
|
"devDependencies": {
|
|
"verdaccio": "workspace:6.0.0-6-next.47",
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.47",
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.47",
|
|
"@verdaccio/test-helper": "workspace:1.1.0-6-next.4",
|
|
"debug": "4.3.4",
|
|
"colorette": "2.0.19",
|
|
"lodash": "^4.17.21",
|
|
"puppeteer": "17.1.3",
|
|
"rimraf": "3.0.2"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --runInBand"
|
|
}
|
|
}
|