-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
35 lines (35 loc) · 966 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": "terraform-provider-rollbar",
"version": "1.15.1",
"description": "Terraform provider for Rollbar.com",
"directories": {
"doc": "docs",
"example": "example"
},
"scripts": {
"test": "make test",
"get-version": "echo $npm_package_version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rollbar/terraform-provider-rollbar.git"
},
"keywords": [
"terraform",
"rollbar"
],
"author": "Jason McVetta <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rollbar/terraform-provider-rollbar/issues"
},
"homepage": "https://github.com/rollbar/terraform-provider-rollbar#readme",
"devDependencies": {
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"commitizen": "^4.2.2",
"conventional-changelog-conventionalcommits": "^4.5.0",
"cz-conventional-changelog": "^3.3.0",
"semantic-release": "^17.3.0"
}
}