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