summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/bin/0.7.0/package.json
blob: d66b6e34dd63a1516fa0e0f25bf113bfa51760b0 (plain)
1
2
3
4
5
6
7
8
{
  "name": "@denotest/bin",
  "version": "0.7.0",
  "bin": {
    "cli-esm": "./cli.mjs",
    "cli-no-ext": "./cli-no-ext"
  }
}