mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
ff1bd1ab7d
* enable pnpm ci * Update ci.yml * remove pnpm 6 and 7 * update readme ci * Update SECURITY.md * Update README.md
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"private": true,
|
|
"name": "@verdaccio/e2e-cli-pnpm8",
|
|
"version": "1.0.1",
|
|
"dependencies": {
|
|
"@verdaccio/test-cli-commons": "workspace:1.1.0",
|
|
"pnpm": "8.15.5"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
}
|
|
}
|