-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
box.json
47 lines (47 loc) · 1.76 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
{
"name":"ColdBox CLI",
"version":"7.6.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/coldbox-cli/@build.version@/[email protected]@.zip",
"slug":"coldbox-cli",
"author":"Ortus Solutions, Corp",
"homepage":"https://www.ortussolutions.com",
"documentation":"https://coldbox.ortusbooks.com",
"repository":{
"type":"git",
"url":"https://github.com/coldbox/coldbox-cli"
},
"bugs":"https://github.com/coldbox/coldbox-cli/issues",
"shortDescription":"The official CLI for the ColdBox Framework",
"type":"commandbox-modules",
"keywords":"coldbox,cli,mvc,hmvc",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0"
}
],
"contributors":[
"Brad Wood ([email protected])"
],
"devDependencies":{
"commandbox-cfformat":"*",
"commandbox-docbox":"*",
"commandbox-migrations":"^5.0.0",
"testbox-cli":"^1.0.0"
},
"dependencies":{},
"installPaths":{},
"ignore":[
"**/.*",
"test-harness",
"/server*.json"
],
"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,models,build,ModuleConfig.cfc ./.cfformat.json --overwrite",
"format:watch":"cfformat watch commands,models,build,ModuleConfig.cfc ./.cfformat.json",
"format:check":"cfformat check commands,models,build,ModuleConfig.cfc ./.cfformat.json",
"release":"recipe build/release.boxr"
}
}