mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
18 lines
429 B
JSON
18 lines
429 B
JSON
{
|
|
"private": true,
|
|
"name": "@verdaccio/e2e-ui",
|
|
"version": "2.0.0-6-next.3",
|
|
"devDependencies": {
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
|
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.23",
|
|
"debug": "4.3.3",
|
|
"kleur": "3.0.3",
|
|
"lodash": "4.17.21",
|
|
"puppeteer": "10.4.0",
|
|
"request": "2.88.0",
|
|
"rimraf": "3.0.2"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --config jest.config.e2e.js"
|
|
}
|
|
}
|