0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/test/cli/e2e-yarn2/yarn-install/package.json

8 lines
89 B
JSON
Raw Normal View History

{
"name": "foo",
"version": "1.0.0",
"dependencies": {
"react": "18.2.0"
}
}