mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
1d78376506
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"name": "@verdaccio/e2e-cli",
|
|
"private": true,
|
|
"version": "1.0.1-alpha.0",
|
|
"dependencies": {
|
|
"debug": "4.3.1",
|
|
"npm": "7.0.15",
|
|
"pnpm": "5.13.5",
|
|
"request": "^2.88.2",
|
|
"yarn": "1.22.10"
|
|
},
|
|
"devDependencies": {
|
|
"get-port": "^5.1.1",
|
|
"semver": "^7.3.4"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --config jest.config.e2e.cli.js"
|
|
}
|
|
}
|