-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.28 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.28 KB
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
{
"name": "@waldronmatt/semantic-release-config",
"version": "2.0.4",
"description": "A shareable semantic-release configuration for projects.",
"main": "index.js",
"files": [
"index.js",
"github-npm.js",
"github.js",
"gitlab-npm.js",
"gitlab.js",
"scripts/*"
],
"scripts": {
"test": "echo \"No test specified\""
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/waldronmatt/shareable-configs.git",
"directory": "packages/semantic-release-config"
},
"keywords": [
"semantic-release",
"semantic-release-config"
],
"author": "Matthew Waldron",
"license": "MIT",
"bugs": {
"url": "https://github.com/waldronmatt/shareable-configs/issues"
},
"homepage": "https://github.com/waldronmatt/shareable-configs/tree/main/packages/semantic-release-config#readme",
"peerDependencies": {
"semantic-release": ">= 19"
},
"dependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.6",
"@semantic-release/gitlab": "^12.0.1",
"@semantic-release/npm": "^11.0.1",
"@semantic-release/release-notes-generator": "^11.0.1"
}
}