summaryrefslogtreecommitdiff
path: root/tests/specs/npm/bin_entry_created_by_lifecycle/package.json
blob: 9a8941ed9c5b3e07bcf42083fec891ad62174aa1 (plain)
1
2
3
4
5
6
7
8
{
  "dependencies": {
    "@denotest/bin-created-by-lifecycle": "1.0.0"
  },
  "scripts": {
    "run-testbin": "testbin"
  }
}