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

13 lines
265 B
JSON
Raw Permalink Normal View History

2023-02-25 02:02:13 -05:00
{
"private": true,
"name": "@verdaccio/e2e-cli-pnpm8",
2024-09-12 13:14:36 -05:00
"version": "1.0.2-next-8.0",
2023-02-25 02:02:13 -05:00
"dependencies": {
2024-09-12 13:14:36 -05:00
"@verdaccio/test-cli-commons": "workspace:2.0.0-next-8.0",
"pnpm": "8.15.5"
2023-02-25 02:02:13 -05:00
},
"scripts": {
2024-09-29 05:47:10 -05:00
"test": "vitest run --testTimeout 50000"
2023-02-25 02:02:13 -05:00
}
}