summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/transitive-bin/1.0.0/package.json
blob: 84d78051652ab031633bef587c0db02f7e896b48 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "@denotest/transitive-bin",
  "version": "1.0.0",
  "dependencies": {
    "@denotest/bin": "1.0.0"
  },
  "bin": {
    "cli-cjs": "cli-cjs.js"
  }
}