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

14 lines
306 B
JSON
Raw Normal View History

2023-09-24 12:44:39 +02:00
{
"private": true,
"name": "@verdaccio/e2e-cli-npm9",
"version": "1.0.1",
"dependencies": {
2024-09-12 20:18:25 +02:00
"@verdaccio/test-cli-commons": "workspace:2.0.0-next-8.0",
"@verdaccio/e2e-cli-npm-common": "workspace:*",
"npm": "10.9.0"
2023-09-24 12:44:39 +02:00
},
"scripts": {
2024-09-29 12:47:10 +02:00
"test": "vitest run --testTimeout 50000"
2023-09-24 12:44:39 +02:00
}
}