forked from elpete/quick-tailwind-inertia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
71 lines (71 loc) · 2.5 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name":"Quick Tailwind Inertia Template",
"version":"2.1.1",
"author":"You",
"location":"elpete/quick-tailwind-inertia#v2.1.1",
"slug":"cbtemplate-quick-tailwind-inertia",
"createPackageDirectory":false,
"type":"mvc",
"keywords":"",
"homepage":"",
"documentation":"",
"repository":{
"type":"",
"url":""
},
"bugs":"",
"shortDescription":"",
"contributors":[],
"ignore":[],
"devDependencies":{
"testbox":"^3.0.0",
"commandbox-dotenv":"*",
"commandbox-migrations":"*",
"commandbox-cfconfig":"*",
"commandbox-cfformat":"*",
"cfmigrations":"^2.0.0"
},
"installPaths":{
"coldbox":"coldbox/",
"testbox":"testbox/",
"quick":"modules/quick/",
"cbauth":"modules/cbauth/",
"cbguard":"modules/cbguard/",
"BCrypt":"modules/BCrypt/",
"cbvalidation":"modules/cbvalidation/",
"redirectBack":"modules/redirectBack/",
"cfmigrations":"modules/cfmigrations/",
"cbInertia":"modules/cbInertia/"
},
"dependencies":{
"coldbox":"^5.0.0",
"quick":"^3.0.0",
"cbauth":"^3.0.0",
"cbguard":"^2.0.0",
"BCrypt":"^2.5.0-snapshot",
"cbvalidation":"^1.4.1+69",
"redirectBack":"^1.0.5",
"cbInertia":"^1.4.0"
},
"scripts":{
"preVersion":"run-script format:check",
"postVersion":"package set location='elpete/quick-tailwind-inertia#v`package version`'",
"onRelease":"publish",
"postPublish":"!git push --follow-tags",
"postInstall":"pathExists .env || cp .env.example .env",
"format":"cfformat run config/**/*.cfc,handlers/**/*.cfc,includes/**/*.cfc,interceptors/**/*.cfc,layouts/**/*.cfc,models/**/*.cfc,modules_app/**/*.cfc,resources/**/*.cfc,tests/specs/**/*.cfc,views/**/*.cfc,*.cfc --overwrite",
"format:check":"cfformat check config/**/*.cfc,handlers/**/*.cfc,includes/**/*.cfc,interceptors/**/*.cfc,layouts/**/*.cfc,models/**/*.cfc,modules_app/**/*.cfc,resources/**/*.cfc,tests/specs/**/*.cfc,views/**/*.cfc,*.cfc"
},
"cfmigrations":{
"schema":"${DB_SCHEMA}",
"connectionInfo":{
"password":"${DB_PASSWORD}",
"connectionString":"${DB_CONNECTIONSTRING}",
"class":"${DB_CLASS}",
"username":"${DB_USER}",
"bundleName":"${DB_BUNDLENAME}",
"bundleVersion":"${DB_BUNDLEVERSION}"
},
"defaultGrammar":"AutoDiscover@qb"
}
}