0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/test/cli/e2e-yarn4/yarn-project/package.json
Juan Picado ccabb4b876
test: e2e audit cmd (#3382)
* test: e2e audit

* Update process.ts

* Update audit.spec.ts

* Update package.json

* chore: test

* test

* test

* chore: add docs
2022-09-17 00:33:55 +02:00

7 lines
89 B
JSON

{
"name": "foo",
"version": "1.0.0",
"dependencies": {
"jquery": "3.0.0"
}
}