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