-
Notifications
You must be signed in to change notification settings - Fork 3
/
box.json
54 lines (54 loc) · 1.92 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
{
"name":"Quick Tailwind Inertia Template",
"version":"5.0.5",
"author":"You",
"location":"forgeboxStorage",
"slug":"cbtemplate-quick-tailwind-inertia",
"createPackageDirectory":false,
"type":"mvc",
"keywords":"",
"homepage":"",
"documentation":"",
"repository":{
"type":"",
"url":""
},
"bugs":"",
"shortDescription":"",
"contributors":[],
"ignore":[],
"devDependencies":{
"testbox":"^5.0.0",
"commandbox-migrations":"^5.1.0",
"cfmigrations":"^4.0.0"
},
"installPaths":{
"coldbox":"coldbox/",
"testbox":"testbox/",
"quick":"modules/quick/",
"BCrypt":"modules/BCrypt/",
"cbvalidation":"modules/cbvalidation/",
"cfmigrations":"modules/cfmigrations/",
"cbInertia":"modules/cbInertia/",
"vite-helpers":"modules/vite-helpers/",
"cbsecurity":"modules/cbsecurity/"
},
"dependencies":{
"coldbox":"^7.0.0",
"quick":"^7.0.0",
"BCrypt":"^3.0.0",
"cbvalidation":"^4.0.0",
"cbInertia":"^2.0.0",
"vite-helpers":"^1.0.0",
"cbsecurity":"^3.4.0+1"
},
"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"
}
}