0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/test/cli/e2e-npm6/package.json
Juan Picado 1755840cd3
e2e cli npm 6 (#3282)
* chore: add config utility

* improve verdaccio bin location

* add new npm cli e2e tests

* add tests

* rename files
2022-08-02 22:45:16 +02:00

12 lines
230 B
JSON

{
"private": true,
"name": "@verdaccio/e2e-cli-npm6",
"version": "2.0.0-6-next.1",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.0.0",
"npm": "latest-6"
},
"scripts": {
"test": "jest"
}
}