Read the merged dependency map from the project's package.json.
Merges dependencies + devDependencies + peerDependencies (later
sources win, matching install resolution order). Returns {} for any
read or parse failure — callers that need a hard error on syntax
problems should use readProjectDepsStrict instead.
Read the merged dependency map from the project's
package.json.Merges
dependencies+devDependencies+peerDependencies(later sources win, matching install resolution order). Returns{}for any read or parse failure — callers that need a hard error on syntax problems should use readProjectDepsStrict instead.