-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "@cihelper/semanticrelease-preset-generic",
"version": "1.8.0",
"description": "Semantic Release configuration for generic repos",
"type": "commonjs",
"main": ".releaserc.js",
"files": [
".releaserc.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cihelper/semanticrelease-preset-generic.git"
},
"keywords": [
"semantic-release-config",
"github",
"action"
],
"author": "Mirko Lenz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cihelper/semanticrelease-preset-generic/issues"
},
"homepage": "https://github.com/cihelper/semanticrelease-preset-generic#README",
"dependencies": {
"@semantic-release/changelog": "^6",
"@semantic-release/exec": "^7.0.0",
"@semantic-release/git": "^10",
"conventional-changelog-conventionalcommits": "^8",
"semantic-release": "^24",
"semantic-release-major-tag": "^0.3"
},
"devDependencies": {
"@cihelper/semanticrelease-preset-npm": "^1"
},
"release": {
"extends": "@cihelper/semanticrelease-preset-npm"
}
}