This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
46
47
48
49
50
51
52
53
54
{
"name": "taskcluster-github",
"version": "1.0.0",
"private": true,
"scripts": {
"heroku-prebuild": "echo $SOURCE_VERSION > .git-version",
"lint": "eslint src/*.js test/*.js",
"test": "mocha test/*_test.js",
"pretest": "yarn lint",
"checkStaging": "node test/checkStaging.js"
},
"repository": {
"type": "git",
"url": "https://github.com/taskcluster/taskcluster-github.git"
},
"dependencies": {
"@octokit/rest": "^16.0.5",
"ajv": "^6.5.0",
"azure-entities": "^5.1.0",
"bluebird": "^3.5.1",
"debug": "^3.1.0",
"eslint-config-taskcluster": "^3.2.0",
"js-yaml": "^3.10.0",
"json-e": "^2.5.0",
"json-parameterization": "^0.2.0",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.11.1",
"slugid": "^1.1.0",
"taskcluster-client": "^11.0.0",
"taskcluster-lib-api": "12.6.0",
"taskcluster-lib-app": "^10.0.0",
"taskcluster-lib-azure": "^10.0.0",
"taskcluster-lib-docs": "^10.0.0",
"taskcluster-lib-loader": "^10.0.0",
"taskcluster-lib-monitor": "^11.1.1",
"taskcluster-lib-pulse": "^11.1.0",
"taskcluster-lib-urls": "^12.0.0",
"taskcluster-lib-validate": "^12.0.0",
"typed-env-config": "^2.0.0"
},
"engine-strict": true,
"engines": {
"node": "^8.0.0",
"yarn": "^1.0.0"
},
"devDependencies": {
"fs-extra": "^4.0.2",
"got": "^8.0.0",
"mocha": "^4.0.1",
"sinon": "^4.1.2",
"taskcluster-lib-references": "^1.3.0",
"taskcluster-lib-testing": "^12.1.2"
}
}