0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/e2e/cli/cli-commons/package.json

23 lines
569 B
JSON
Raw Normal View History

{
"private": true,
"name": "@verdaccio/test-cli-commons",
2024-09-12 13:14:36 -05:00
"version": "2.0.0-next-8.0",
"main": "src/index.ts",
"devDependencies": {
"@verdaccio/config": "workspace:8.0.0-next-8.4",
"@verdaccio/core": "workspace:8.0.0-next-8.4",
"@verdaccio/types": "workspace:13.0.0-next-8.1",
"debug": "4.3.7",
2023-12-02 12:52:27 -05:00
"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.4"
},
"scripts": {
2024-09-29 05:47:10 -05:00
"test": "echo no test",
"build": "echo no build"
}
}