summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/peer-dep-test-child/2.0.0/package.json
blob: 3c82c01f968e0e491887f0b72597d69ae52b6789 (plain)
1
2
3
4
5
6
7
8
{
  "name": "@denotest/peer-dep-test-child",
  "version": "2.0.0",
  "dependencies": {
    "@denotest/peer-dep-test-grandchild": "*",
    "@denotest/peer-dep-test-peer": "^2"
  }
}