summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/bin-created-by-lifecycle/1.0.0/package.json
blob: ad8dea002e52217f5d9ded1a8c2b70eb96b18659 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "@denotest/bin-created-by-lifecycle",
  "version": "1.0.0",
  "scripts": {
    "install": "node install.mjs"
  },
  "bin": {
    "testbin": "testbin.js"
  }
}