-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbox.json
More file actions
25 lines (25 loc) · 769 Bytes
/
box.json
File metadata and controls
25 lines (25 loc) · 769 Bytes
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
{
"dependencies":{
"codechecker-core":"^1.0.0"
},
"documentation":"https://github.com/commandbox-modules/commandbox-codechecker",
"homepage":"https://github.com/commandbox-modules/commandbox-codechecker",
"ignore":[
"**/.*",
"tests"
],
"name":"CodeChecker CLI",
"projectURL":"https://github.com/commandbox-modules/commandbox-codechecker",
"repository":{
"type":"Git",
"URL":"https://github.com/commandbox-modules/commandbox-codechecker.git"
},
"scripts":{
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
},
"shortDescription":"The CLI for CodeChecker",
"slug":"commandbox-codechecker",
"type":"commandbox-modules",
"version":"1.4.0"
}