1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/e2e-ui/package.json
github-actions[bot] 7fb5c45243
chore: update versions (6-next) (#2227)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-05 21:16:22 +02:00

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"
}
}