mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
68bc817479
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
22 lines
569 B
JSON
22 lines
569 B
JSON
{
|
|
"private": true,
|
|
"name": "@verdaccio/test-cli-commons",
|
|
"version": "2.0.0-next-8.0",
|
|
"main": "src/index.ts",
|
|
"devDependencies": {
|
|
"@verdaccio/config": "workspace:8.0.0-next-8.6",
|
|
"@verdaccio/core": "workspace:8.0.0-next-8.6",
|
|
"@verdaccio/types": "workspace:13.0.0-next-8.2",
|
|
"debug": "4.4.0",
|
|
"fs-extra": "11.2.0",
|
|
"get-port": "5.1.1",
|
|
"got": "11.8.6",
|
|
"js-yaml": "4.1.0",
|
|
"lodash": "4.17.21",
|
|
"verdaccio": "workspace:8.0.0-next-8.6"
|
|
},
|
|
"scripts": {
|
|
"test": "echo no test",
|
|
"build": "echo no build"
|
|
}
|
|
}
|