summaryrefslogtreecommitdiff
path: root/tests/testdata/task/npx/package.json
blob: 59602b96fe2b07bcd6ca3054fb545064fcd9d534 (plain)
1
2
3
4
5
6
{
  "scripts": {
    "non-existent": "npx this-command-should-not-exist-for-you",
    "on-own": "npx"
  }
}