forked from cncsc/terraform-github-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 972 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
{
"name": "@cncsc/terraform-github-org",
"version": "0.0.0-development",
"description": "Terraform modules for configuring GitHub organizations.",
"main": "main.tf",
"repository": {
"type": "git",
"url": "[email protected]:cncsc/terraform-github-org.git"
},
"author": {
"name": "Cloud-Native Cybersecurity Collective",
"email": "[email protected]",
"url": "https://www.cncsc.io/"
},
"contributors": [
{
"name": "Armor Defense Inc.",
"email": "[email protected]",
"url": "https://www.armor.com/"
}
],
"scripts": {
"lint": "echo 'There are no default linters configured for this project.'"
},
"license": "Apache-2.0",
"devDependencies": {
"@cncsc/cncsc-changelog-convention": "^1.0.0",
"@cncsc/eslint-config": "^0.1.0",
"@cncsc/semantic-release-config": "^1.0.2",
"@semantic-release/exec": "^6.0.3",
"eslint": "^8.26.0",
"marked": "^4.0.12",
"semantic-release": "~19.0.2"
}
}