forked from taskcluster/taskcluster-hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "taskcluster-hooks",
"version": "0.0.1",
"private": true,
"scripts": {
"lint": "eslint src/*.js test/*.js",
"test": "mocha test/*_test.js",
"pretest": "yarn lint"
},
"repository": {
"type": "git",
"url": "https://github.com/taskcluster/taskcluster-hooks.git"
},
"author": "",
"license": "MPL-2.0",
"dependencies": {
"ajv": "6.0.1",
"assume": "^1.2.5",
"aws-sdk": "^2.164.0",
"azure-entities": "^3.1.1",
"cron-parser": "2.4.3",
"debug": "^3.1.0",
"eslint-config-taskcluster": "^3.0.0",
"json-e": "^2.3.5",
"lodash": "^4.17.4",
"promise": "^8.0.1",
"taskcluster-client": "^3.1.1",
"taskcluster-lib-api": "^6.0.4",
"taskcluster-lib-app": "3.0.0",
"taskcluster-lib-docs": "^4.1.1",
"taskcluster-lib-loader": "2.0.0",
"taskcluster-lib-monitor": "^4.3.4",
"taskcluster-lib-validate": "^3.0.1",
"typed-env-config": "^1.1.1"
},
"devDependencies": {
"mocha": "^4.0.1",
"taskcluster-lib-testing": "^2.0.2"
},
"engine-strict": true,
"engines": {
"node": "^8.0.0",
"yarn": "^1.0.0"
}
}