mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
fe60eab99c
* test: enable e2e * test: improve setup * chore: update setup * test: publish on temp folder * chore: initial setup example * chore: add global install to pnpm * chore: update test script * test: add info command * chore: add install tests * chore: add debug enabled code * chore: update pnpm lock file
20 lines
362 B
JSON
20 lines
362 B
JSON
{
|
|
"name": "@verdaccio/e2e-cli",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"debug": "4.3.1",
|
|
"npm": "7.0.15",
|
|
"pnpm": "5.13.5",
|
|
"request": "^2.88.2",
|
|
"yarn": "1.22.10"
|
|
},
|
|
"devDependencies": {
|
|
"get-port": "^5.1.1",
|
|
"semver": "^7.3.4"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --config jest.config.e2e.cli.js"
|
|
}
|
|
}
|