mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-10 23:39:31 -05:00
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.7",
|
|
"@verdaccio/core": "workspace:8.0.0-next-8.7",
|
|
"@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.7"
|
|
},
|
|
"scripts": {
|
|
"test": "echo no test",
|
|
"build": "echo no build"
|
|
}
|
|
}
|