-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 883 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 883 Bytes
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
{
"name": "jira-github-pr-check",
"version": "1.0.0",
"description": "Checks GitHub pull requests for valid and accepted Jira tickets.",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/unicode-org/jira-github-pr-check"
},
"scripts": {
"lint": "eslint ."
},
"author": "Shane F. Carr",
"license": "Unicode-DFS-2016",
"dependencies": {
"@octokit/oauth-login-url": "^2.1.2",
"@octokit/rest": "^16.26.0",
"body-parser": "^1.19.0",
"cookie-session": "^1.3.3",
"dotenv": "^6.2.0",
"ejs": "^2.6.1",
"express": "^4.17.3",
"got": "^9.6.0",
"jira-connector": "git+https://github.com/okonech/jira-connector.git#674f218b282ca051f9e0338633dc59f225dab2cc",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.9.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"yargs-parser": ">=13.1.2"
}
}