-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbox.json
More file actions
42 lines (42 loc) · 1.29 KB
/
box.json
File metadata and controls
42 lines (42 loc) · 1.29 KB
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
{
"name":"Advanced Script APP Template",
"version":"6.0.0-snapshot",
"author":"You",
"location":"forgeboxStorage",
"slug":"cbtemplate-advanced-script",
"createPackageDirectory":false,
"type":"mvc",
"keywords":"",
"homepage":"",
"documentation":"",
"repository":{
"type":"",
"url":""
},
"bugs":"",
"shortDescription":"",
"contributors":[],
"ignore":[],
"devDependencies":{
"testbox":"^4.0.0",
"commandbox-dotenv":"*",
"commandbox-cfconfig":"*",
"commandbox-cfformat":"*"
},
"installPaths":{
"coldbox":"coldbox/",
"testbox":"testbox/",
"cbstorages":"modules/cbstorages/"
},
"dependencies":{
"coldbox":"be",
"cbstorages":"^2.1.0+45"
},
"scripts":{
"postPublish":"!git push --follow-tags",
"postInstall":"pathExists .env || cp .env.example .env",
"format":"cfformat run config/,handlers/,interceptors/,models/,modules_app/,tests/specs/,*.cfc --overwrite",
"format:check":"cfformat check config/,handlers/,interceptors/,models/,modules_app/,tests/specs/,*.cfc",
"format:watch":"cfformat watch path='config/,handlers/,interceptors/,models/,modules_app/,tests/specs/,*.cfc' settingsPath='.cfformat.json'"
}
}