summaryrefslogtreecommitdiff
path: root/tests/testdata/npm/run_existing_npm_package_with_subpath/package.json
blob: e9a7e84ceb32a8a2b9476a323791bbe1c9b793ce (plain)
1
2
3
4
5
6
{
  "name": "run-existing-npm-package",
  "dependencies": {
    "@denotest/bin": "1.0.0"
  }
}