-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
59 lines (59 loc) · 1.89 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
55
56
57
58
59
{
"name": "screwdriver-scm-github",
"version": "13.0.0",
"description": "Github implementation for the scm-base class",
"main": "index.js",
"scripts": {
"pretest": "eslint .",
"test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/screwdriver-cd/scm-github.git"
},
"homepage": "https://github.com/screwdriver-cd/scm-github",
"bugs": "https://github.com/screwdriver-cd/screwdriver/issues",
"keywords": [
"screwdriver",
"yahoo"
],
"license": "BSD-3-Clause",
"author": "Noah Katzman <nbkatzman@gmail.com>",
"contributors": [
"Dao Lam <daolam112@gmail.com>",
"Darren Matsumoto <aeneascorrupt@gmail.com>",
"Jeremiah Wuenschel <jeremiah.wuenschel@gmail.com>",
"Min Zhang <minzhang@andrew.cmu.edu>",
"Noah Katzman <nbkatzman@gmail.com>",
"Peter Peterson <jedipetey@gmail.com>",
"Philip Scott <pscott@zeptohost.com>",
"St. John Johnson <st.john.johnson@gmail.com",
"Tiffany Kyi <tiffanykyi@gmail.com>"
],
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^7.32.0",
"eslint-config-screwdriver": "^7.0.0",
"mocha": "^8.4.0",
"mocha-multi-reporters": "^1.5.1",
"mocha-sonarqube-reporter": "^1.0.2",
"mockery": "^2.0.0",
"nyc": "^15.0.0",
"sinon": "^9.0.0"
},
"dependencies": {
"@hapi/hoek": "^10.0.1",
"@octokit/rest": "^20.0.2",
"@octokit/webhooks-methods": "^4.0.0",
"circuit-fuses": "^5.0.0",
"joi": "^17.7.0",
"screwdriver-data-schema": "^24.0.0",
"screwdriver-logger": "^2.0.0",
"screwdriver-scm-base": "^9.0.0",
"screwdriver-scm-github-graphql": "^1.1.0",
"ssh-keygen": "^0.5.0"
},
"release": {
"debug": false
}
}