-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "jira-upload-deployment-info",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "tsc --noEmit && jest",
"test_no_console_log": "tsc --noEmit && jest --silent",
"test_code_coverage": "tsc --noEmit && jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HighwayThree/jira-upload-deployment-info.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HighwayThree/jira-upload-deployment-info/issues"
},
"homepage": "https://github.com/HighwayThree/jira-upload-deployment-info#readme",
"dependencies": {
"@highwaythree/jira-github-actions-common": "^1.0.10",
"dateformat": "^3.0.3",
"request": "^2.88.0",
"request-promise-native": "^1.0.8"
},
"devDependencies": {
"@actions/core": "^1.2.2",
"@actions/github": "^2.1.0",
"@types/jest": "^25.1.2",
"@types/node": "^13.7.1",
"jest": "^25.1.0",
"js-yaml": "^3.13.1",
"nock": "^11.8.2",
"ts-jest": "^25.2.0",
"typescript": "^3.7.5"
}
}