-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 873 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
30
31
32
33
34
35
36
37
38
{
"name": "terraform-backend-bucket",
"description": "Terraform module to help setup infra",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/moarpheus/terraform-backend-bucket.git"
},
"author": "Juris Gribuska",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/moarpheus/terraform-backend-bucket/issues"
},
"devDependencies": {
"@semantic-release/github": "^8.1.0",
"git-cz": "^4.9.0",
"semantic-release": "^19.0.5"
},
"release": {
"branches": [
"master"
]
},
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm",
{
"npmPublish": false
}
],
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}