summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/index-task/package.json
blob: 14c035123c28fd28a59e8bd3539d36691b31e2e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "private": true,
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "taskcluster-client": "^12.2.0"
  },
  "engines": {
    "node": "10"
  }
}