Describe the bug
After moon upgrade to v2, implicit project dependencies don't appear in task and project graphs in NPM monorepo workspace.
Replacing * to workspace:* in package.json fixes issue, but NPM doesn't support workspace:* protocol yet (https://github.com/npm/npm-package-arg/blob/main/lib/npa.js#L399).
Expected behavior
moon v2 must read project workspace dependencies from package.json in NPM workspaces, and build proper dependencies tree, like it was implemented in moon v1.