I want to peer depend on a git dependency.
"optionalPeerDependencies": {
"foobar": "git+ssh://git@github.com:raynos/foobar#v6.0.0"
}
It would be great if this supported git dependencies.
The best you can do in terms of correctness verification is assert that the absolute git link is the same for both the library that co depends and the application package.json