generated from subhamay-bhattacharyya-gha/github-action-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.03 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.03 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
{
"name": "terraform-template",
"version": "0.0.0",
"description": "A custom Terraform module GitHub template repository to manage AWS resource with Semantic Release support.",
"license": "MIT",
"scripts": {
"release": "semantic-release"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/github": "^9.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^12.0.0",
"semantic-release": "^24.2.6"
},
"main": "index.js",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/subhamay-bhattacharyya/terraform-template.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/subhamay-bhattacharyya/terraform-template/issues"
},
"homepage": "https://github.com/subhamay-bhattacharyya/terraform-template#readme"
}