mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
5cbee6f57f
* fix: unpublish a package on storage package fix: unpublish a package on storage package fix unpublish e2e * Update index.ts * reuse cli e2e tests * npm 10 migrated * migrate tests * migrate tests * clean up * Create hot-crews-live.md
13 lines
316 B
JSON
13 lines
316 B
JSON
{
|
|
"private": true,
|
|
"name": "@verdaccio/e2e-cli-npm6",
|
|
"version": "1.0.2-next-8.0",
|
|
"dependencies": {
|
|
"@verdaccio/test-cli-commons": "workspace:2.0.0-next-8.0",
|
|
"@verdaccio/e2e-cli-npm-common": "workspace:*",
|
|
"npm": "6.14.18"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest run --testTimeout 20000"
|
|
}
|
|
}
|