mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
7fb5c45243
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
19 lines
439 B
JSON
19 lines
439 B
JSON
{
|
|
"name": "@verdaccio/e2e-ui",
|
|
"private": true,
|
|
"version": "1.1.0-6-next.1",
|
|
"devDependencies": {
|
|
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.7",
|
|
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
|
|
"debug": "4.3.1",
|
|
"kleur": "^4.1.3",
|
|
"request": "^2.88.2",
|
|
"lodash": "^4.17.20",
|
|
"rimraf": "^3.0.2",
|
|
"puppeteer": "^7.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --config jest.config.e2e.js"
|
|
}
|
|
}
|