generated from coldbox-modules/module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbox.json
52 lines (52 loc) · 1.82 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
50
51
52
{
"name":"cbMeilisearch",
"version":"1.1.0",
"location":"forgeboxStorage",
"author":"Ortus Solutions <[email protected]>",
"homepage":"https://github.com/coldbox-modules/cbmeilisearch",
"documentation":"https://github.com/coldbox-modules/cbmeilisearch",
"repository":{
"type":"git",
"url":"https://github.com/coldbox-modules/cbmeilisearch"
},
"bugs":"https://github.com/coldbox-modules/cbmeilisearch",
"shortDescription":"API wrapper for Meilisearch",
"slug":"cbmeilisearch",
"type":"modules",
"keywords":"search",
"license":[
{
"type":"Apache2",
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"contributors":[],
"dependencies":{
"hyper":"^3.5.0"
},
"devDependencies":{
"commandbox-cfformat":"*",
"commandbox-docbox":"*",
"commandbox-cfconfig":"*"
},
"ignore":[
"**/.*",
"test-harness",
"/server*.json"
],
"scripts":{
"setupTemplate":"task run taskFile=build/SetupTemplate.cfc",
"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`",
"release":"recipe build/release.boxr",
"format":"cfformat run helpers,models,test-harness/tests/,ModuleConfig.cfc --overwrite",
"format:watch":"cfformat watch helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
"format:check":"cfformat check helpers,models,test-harness/tests/,ModuleConfig.cfc"
},
"testbox":{
"runner":"http://localhost:60277/tests/runner.cfm"
},
"installPaths":{
"hyper":"modules/hyper/"
}
}