mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
20 lines
497 B
JSON
20 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"
|
||
|
}
|
||
|
}
|