-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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": "semantic-release-github-actions-tags",
"version": "2.0.2",
"description": "Semantic Release Plugin to update all version Tags for a GitHub Action during a release",
"main": "index.js",
"type": "module",
"contributors": [
"David Losert <[email protected]>"
],
"scripts": {
"test": "vitest",
"test:ci": "vitest --coverage.enabled"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davelosert/semantic-release-github-actions-tags.git"
},
"keywords": [
"semantic-release",
"git",
"github",
"actions",
"release"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/davelosert/semantic-release-github-actions-tags/issues"
},
"homepage": "https://github.com/davelosert/semantic-release-github-actions-tags#readme",
"devDependencies": {
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.1.7",
"@vitest/coverage-v8": "2.0.5",
"semantic-release": "24.1.0",
"vitest": "2.0.5"
},
"dependencies": {
"@semantic-release/error": "4.0.0"
}
}