0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/test/e2e-ui/package.json
github-actions[bot] 54b17f4442
chore: update versions (6-next) (#2296)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-16 08:37:29 +02:00

18 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.9",
"@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": "^9.1.1"
},
"scripts": {
"test": "jest --config jest.config.e2e.js"
}
}