-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.22 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.22 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
48
49
50
51
{
"name": "terraform-module-https-lb",
"version": "1.0.0",
"description": "terraform module to create a cloudrun service",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brandlive1941/terraform-module-https-lb.git"
},
"keywords": [
"gcp",
"cloudbuild",
"artifact",
"registry"
],
"author": "drew.mercer@brandlive.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/brandlive1941/terraform-module-https-lb/issues"
},
"homepage": "https://github.com/brandlive1941/terraform-module-https-lb#readme",
"devDependencies": {
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/github": "^8.0.4",
"@semantic-release/npm": "^11.0.2",
"git-cz": "^4.9.0",
"semantic-release": "^23.0.2"
},
"release": {
"branches": [
"main"
]
},
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
],
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"commitizen": "^4.3.0"
}
}