-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "probo-gitlab-handler",
"version": "3.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "./bin/probo-gtilab-handler -c dev.yaml | bunyan",
"startdev": "nodemon ./bin/probo-gtilab-handler -c dev.yaml | bunyan",
"test": "mocha --timeout 5000",
"watch": "mocha -w"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@gitbeaker/node": "^35.6.0",
"async": "^3.0.1",
"bl": "^4.1.0",
"bluebird": "^3.5.5",
"bunyan": "^1.8.15",
"get-current-line": "^6.6.0",
"gitlab": "^14.2.2",
"gitlab-webhook-handler": "^1.0.1",
"js-yaml": "^3.13.1",
"mjml": "^4.12.0",
"nodemailer": "^6.7.5",
"passport": "^0.6.0",
"passport-gitlab2": "^5.0.0",
"passport-oauth2-refresh": "^2.1.0",
"postman-request": "^2.88.1-postman.31",
"probo-request-logger": "^1.1.2",
"request": "^2.88.0",
"request-promise": "^4.2.6",
"restify": "^8.3.3",
"superagent": "^5.0.8",
"sync-request": "^6.1.0",
"yaml-config-loader": "2.1.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-probo": "^2.0.0",
"mocha": "^8.3.1",
"nock": "^10.0.6",
"should": "^13.2.3",
"sinon": "^7.3.2"
}
}