generated from commandbox-modules/commandbox-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
box.json
49 lines (49 loc) · 1.84 KB
/
box.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name":"TestBox CLI",
"version":"1.7.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/testbox-cli/@build.version@/[email protected]@.zip",
"slug":"testbox-cli",
"author":"Ortus Solutions, Corp",
"homepage":"https://www.forgebox.io/view/testbox-cli",
"documentation":"https://github.com/Ortus-Solutions/testbox-cli/wiki",
"repository":{
"type":"git",
"url":"https://github.com/Ortus-Solutions/testbox-cli"
},
"bugs":"https://github.com/Ortus-Solutions/testbox-cli/issues",
"shortDescription":"The TestBox CLI will assist you with running, reporting and generating tests",
"type":"commandbox-modules",
"keywords":[],
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0"
}
],
"contributors":[],
"devDependencies":{
"commandbox-cfformat":"*",
"commandbox-docbox":"*"
},
"dependencies":{
"testbox":"*"
},
"installPaths":{
"testbox":"testbox/"
},
"ignore":[
"**/.*",
"build/*",
"./tests/**",
"./tmp/**"
],
"scripts":{
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
"build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`",
"format":"cfformat run commands,build,models,ModuleConfig.cfc ./.cfformat.json --overwrite",
"format:watch":"cfformat watch commands,build,models,ModuleConfig.cfc ./.cfformat.json",
"format:check":"cfformat check commands,build,models,ModuleConfig.cfc ./.cfformat.json",
"release":"recipe build/release.boxr",
"setupTemplate":"task run taskFile=build/SetupTemplate.cfc"
}
}