-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.18 KB
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
{
"name": "@semantic-release-extras/github-comment-specific",
"version": "2.0.8",
"description": "",
"type": "module",
"exports": "./dist/index.js",
"scripts": {
"build": "tsc --build ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/semantic-release-extras/github-comment-specific.git"
},
"files": [
"dist/"
],
"keywords": [],
"author": "Eric Crosson <eric.s.crosson@utexas.edu>",
"license": "ISC",
"bugs": {
"url": "https://github.com/semantic-release-extras/github-comment-specific/issues"
},
"homepage": "https://github.com/semantic-release-extras/github-comment-specific#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@octokit/plugin-throttling": "^11.0.0",
"@octokit/rest": "^22.0.0",
"@semantic-release/github": "^12.0.0",
"issue-parser": "7.0.1",
"lodash-es": "^4.17.21",
"p-filter": "^4.1.0"
},
"devDependencies": {
"@types/issue-parser": "3.0.5",
"@types/lodash": "4.17.24",
"@types/lodash-es": "4.17.12",
"@types/node": "24.12.0",
"typescript": "5.9.3"
},
"engines": {
"node": ">= 16"
}
}