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

13 lines
228 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",
"npm": "10.8.2"
2023-09-24 12:44:39 +02:00
},
"scripts": {
"test": "jest"
}
}