-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 979 Bytes
/
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
{
"name": "ticket-link-appender",
"version": "1.16.0",
"description": "Appends jira or any other project ticket link to PR description",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build src/main.js -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sbimochan/ticket-link-appender.git"
},
"keywords": [
"github",
"actions",
"jira",
"ticket-tracking"
],
"author": "Bimochan Shrestha",
"license": "MIT",
"bugs": {
"url": "https://github.com/sbimochan/ticket-link-appender/issues"
},
"homepage": "https://github.com/sbimochan/ticket-link-appender#readme",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.29.0",
"eslint": "^8.5.0",
"eslint-config-leapfrog": "^3.0.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.5.1"
}
}