summaryrefslogtreecommitdiff
path: root/tests/specs/task/byonm/package.json
blob: a5944c24f291f4c533b3ae20625b393ab3629978 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "example",
  "scripts": {
    "say": "cowsay 'do make say'",
    "think": "cowthink think"
  },
  "dependencies": {
    "cowsay": "*"
  }
}