forked from semantic-release-extras/verified-git-commit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 974 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": "@semantic-release-extras/verified-git-commit",
"version": "1.0.9",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc --build ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/semantic-release-extras/verified-git-commit.git"
},
"files": [
"dist/"
],
"keywords": [],
"author": "Eric Crosson <eric.s.crosson@utexas.edu>",
"license": "ISC",
"bugs": {
"url": "https://github.com/semantic-release-extras/verified-git-commit/issues"
},
"homepage": "https://github.com/semantic-release-extras/verified-git-commit#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@octokit/plugin-throttling": "^9.0.0",
"@octokit/rest": "^21.0.0",
"parse-github-repo-url": "1.4.1"
},
"devDependencies": {
"@types/node": "20.17.6",
"@types/parse-github-repo-url": "1.4.2",
"@types/semantic-release": "20.0.6",
"typescript": "5.6.3"
}
}