summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/index-task/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'taskcluster/docker/index-task/package.json')
-rw-r--r--taskcluster/docker/index-task/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/taskcluster/docker/index-task/package.json b/taskcluster/docker/index-task/package.json
new file mode 100644
index 0000000000..14c035123c
--- /dev/null
+++ b/taskcluster/docker/index-task/package.json
@@ -0,0 +1,12 @@
+{
+ "private": true,
+ "scripts": {
+ "start": "node index.js"
+ },
+ "dependencies": {
+ "taskcluster-client": "^12.2.0"
+ },
+ "engines": {
+ "node": "10"
+ }
+}