mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
9f0468de48
Co-authored-by: Renovate Bot <bot@renovateapp.com>
21 lines
418 B
JSON
21 lines
418 B
JSON
{
|
|
"private": true,
|
|
"name": "@verdaccio/e2e-cli",
|
|
"version": "1.0.1-alpha.0",
|
|
"dependencies": {
|
|
"debug": "4.3.2",
|
|
"npm": "7.24.2",
|
|
"pnpm": "6.14.6",
|
|
"request": "2.87.0",
|
|
"yarn": "1.22.17"
|
|
},
|
|
"devDependencies": {
|
|
"get-port": "5.1.1",
|
|
"wait-on": "^6.0.0",
|
|
"fs-extra": "10.0.0",
|
|
"semver": "7.3.5"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --config jest.config.e2e.cli.js"
|
|
}
|
|
}
|