mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
19 lines
504 B
JSON
19 lines
504 B
JSON
{
|
|
"private": true,
|
|
"name": "@verdaccio/e2e-ui",
|
|
"version": "2.0.0-6-next.3",
|
|
"devDependencies": {
|
|
"verdaccio": "workspace:6.0.0-6-next.41",
|
|
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
|
"@verdaccio/config": "workspace:6.0.0-6-next.14",
|
|
"@verdaccio/test-helper": "workspace:1.1.0-6-next.1",
|
|
"debug": "4.3.4",
|
|
"kleur": "^3.0.3",
|
|
"lodash": "^4.17.21",
|
|
"puppeteer": "10.4.0",
|
|
"rimraf": "3.0.2"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --config jest.config.js"
|
|
}
|
|
}
|