-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
29 lines (29 loc) · 897 Bytes
/
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
{
"_comment": "this project is not a node.js one, package.json is just used to define some metadata",
"name": "@moul.io/golang-repo-template",
"version": "0.0.1",
"author": "Manfred Touron <[email protected]> (https://manfred.life)",
"contributors": [
"Manfred Touron <[email protected]> (https://manfred.life)"
],
"license": "(Apache-2.0 OR MIT)",
"scripts": {
"start": "golang-repo-template",
"install": "make install",
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/moul/golang-repo-template.git"
},
"bugs": "https://github.com/moul/golang-repo-template/issues",
"homepage": "https://moul.io/golang-repo-template",
"release": {
"branches": ["master", "main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}
}