This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
forked from Broadshield/gajira-find-issue-key
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
164 lines (164 loc) · 5.52 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "gajira-find-issue-key",
"version": "2.4.14",
"description": "",
"main": "lib/index.cjs",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Broadshield/gajira-find-issue-key.git",
"directory": "."
},
"keywords": [
"actions",
"github",
"jira",
"node16",
"tickets",
"jira server",
"github enterprise",
"sprint",
"milestone",
"workflow"
],
"engines": {
"node": ">=16.10.0"
},
"publishConfig": {
"access": "public"
},
"author": "Jamie Nelson <[email protected]>",
"scripts": {
"postinstall": "",
"runtime": "./runtime.js",
"test": "NODE_ENV=testing yarn exec jest",
"prepare": "[ -n ${GITHUB_ACTIONS:-} ] || husky install",
"build": "rimraf lib && node .github/scripts/esbuild.cjs && git add lib",
"test:act": "act -v",
"prelint": "pretty-quick",
"format": "prettier --write . --config .prettierrc.cjs --ignore-unknown",
"lint": "eslint -c .eslintrc.cjs --fix --color ./src/ ./__tests__/",
"typecheck": "tsc --project tsconfig.json --noemit",
"prebump": "{ git status --porcelain | grep -e -q '^$' || echo \"Git is dirty, commit first\"; } && yarn lint && yarn build",
"bump": "yarn version -i ",
"postbump": "git tag v$npm_package_version -am v$npm_package_version 2>/dev/null; git push -f --tags",
"bump:patch": "yarn bump patch",
"bump:minor": "yarn bump minor",
"postpostbump": "yarn lint && yarn test && yarn build",
"generate-docs": "npx github-action-readme-generator && git add .ghadocs.json README.md"
},
"license": "ISC",
"resolutions": {
"eslint": "^8.2.0",
"eslint-plugin-import": "^2.25.2"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@broadshield/github-actions-core-typed-inputs": "^1.3.2",
"@broadshield/github-actions-octokit-hydrated": "^1.4.2",
"@octokit/graphql": "^5.0.5",
"@octokit/graphql-schema": "^13.2.0",
"@octokit/webhooks-types": "^6.10.0",
"adf-builder": "^3.3.0",
"ansi-colors": "^4.1.3",
"bun-utilities": "latest",
"cli-highlight": "^2.1.11",
"jira.js": "^2.16.0",
"lodash": "^4.17.21",
"node-fetch": "^3.3.0",
"node-html-markdown": "^1.3.0",
"yaml": "^2.2.1"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/eslint-plugin": "^7.19.1",
"@babel/node": "^7.20.7",
"@babel/plugin-proposal-decorators": "^7.20.13",
"@babel/preset-env": "^7.20.2",
"@octokit/types": "^9.0.0",
"@prettier/plugin-ruby": "^3.2.2",
"@prettier/plugin-xml": "^2.2.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@trunkio/launcher": "^1.2.3",
"@tsconfig/node16": "^1.0.3",
"@types/babel__core": "^7.20.0",
"@types/babel__preset-env": "^7.9.2",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/prettier-package-json": "^2",
"@types/web": "^0.0.91",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@typescript-eslint/typescript-estree": "^5.51.0",
"@vercel/ncc": "^0.36.1",
"@vue/compiler-sfc": "^3.2.47",
"bun-types": "latest",
"dotenv": "^16.0.3",
"esbuild": "^0.17.7",
"esbuild-plugin-eslint": "^0.1.1",
"eslint": ">=8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-actions": "^2.0.0",
"eslint-plugin-array-func": "^3.1.8",
"eslint-plugin-editorconfig": "^4.0.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest-async": "^1.0.3",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-lodash-fp": "^2.2.0-a1",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-scanjs-rules": "^0.2.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sonarjs": "^0.18.0",
"eslint-plugin-sort-class-members": "^1.16.0",
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-yml": "^1.5.0",
"github-action-readme-generator": "^1.2.7",
"husky": "^8.0.3",
"jest": "^29.4.2",
"jest-circus": "^29.4.2",
"jest-junit": "^15.0.0",
"lint-staged": "^13.1.1",
"nock": "^13.3.0",
"prettier": "^2.8.4",
"prettier-package-json": "^2.8.0",
"prettier-plugin-java": "^2.0.0",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-package": "^1.3.0",
"prettier-plugin-properties": "^0.2.0",
"prettier-plugin-ruby": "^0.3.1",
"prettier-plugin-sh": "^0.12.8",
"pretty-quick": "latest",
"react": "^18.2.0",
"rimraf": "latest",
"run-script-os": "^1.1.6",
"semantic-release": "^20.1.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"typescript-eslint-language-service": "^5.0.0",
"yarn-or-npm": "^3.0.1"
},
"lint-staged": {
"*.{yml,json}": "yarn exec prettier --write",
"{src,__tests__}/**/*.js": "yarn exec eslint --cache --fix"
},
"packageManager": "[email protected]"
}