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

14 lines
301 B
JSON
Raw Normal View History

{
"private": true,
"name": "@verdaccio/e2e-cli-pnpm-common",
"version": "1.0.2-next-8.0",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:2.0.0-next-8.0",
"pnpm": "9.0.0-alpha.10"
},
"main": "index.ts",
"scripts": {
"test": "vitest run --testTimeout 50000"
}
}