summaryrefslogtreecommitdiff
path: root/tests/testdata/task/package_json_post/package.json
blob: 82689f7d4405a0e4aeef2ea52ebe8c87fab84504 (plain)
1
2
3
4
5
6
{
  "scripts": {
    "posttest": "echo 'posttest'",
    "test": "echo 'test'"
  }
}