0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00
verdaccio/e2e/cli/e2e-npm8/package.json

14 lines
315 B
JSON
Raw Normal View History

{
"private": true,
"name": "@verdaccio/e2e-cli-npm8",
2024-09-12 20:14:36 +02:00
"version": "1.0.2-next-8.0",
"dependencies": {
2024-09-12 20:14:36 +02:00
"@verdaccio/test-cli-commons": "workspace:2.0.0-next-8.0",
"@verdaccio/e2e-cli-npm-common": "workspace:*",
"npm": "8.19.4"
},
"scripts": {
2024-09-29 12:47:10 +02:00
"test": "vitest run --testTimeout 50000"
}
}