-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.32 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
{
"name": "@scrumsdotcom/semantic-release-config",
"version": "1.0.69",
"description": "Scrums.com's semantic-release shareable configuration",
"main": ".releaserc.json",
"license": "MIT",
"files": [
".releaserc.json"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scrumsdotcom/semantic-release-config.git"
},
"keywords": [
"semantic-release",
"semantic-release-config",
"npm",
"scrums.com",
"git",
"release",
"changelog"
],
"author": "Nusrath Khan <[email protected]>",
"contributors": [
{
"name": "Daniel Harten",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/scrumsdotcom/semantic-release-config/issues"
},
"homepage": "https://github.com/scrumsdotcom/semantic-release-config#readme",
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1"
},
"peerDependencies": {
"semantic-release": ">=15.13.31"
},
"resolutions": {
"micromatch": "^4.0.8",
"debug": "^4.3.1"
},
"scripts": {
"release": "semantic-release"
}
}