-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1 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
{
"name": "@xerox/semantic-release-config",
"version": "4.0.7",
"description": "semantic-release shareable config for Xerox projects",
"keywords": [
"xerox",
"semantic-release",
"semantic-release-plus",
"semantic-release-config"
],
"repository": "[email protected]:xeroxinteractive/config.git",
"homepage": "https://github.com/xeroxinteractive/config/blob/master/packages/xerox-semantic-release-config",
"author": "Andrew Leedham <[email protected]>",
"license": "MIT",
"files": [
"npm.js",
"npm-next.js",
"simple.js"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.1",
"@semantic-release/npm": "11.0.0",
"@semantic-release/release-notes-generator": "12.0.0",
"semantic-release-slack-bot": "4.0.2"
},
"peerDependencies": {
"semantic-release": ">=17.0.4"
}
}