-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathbox.json
More file actions
56 lines (56 loc) · 1.67 KB
/
Copy pathbox.json
File metadata and controls
56 lines (56 loc) · 1.67 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name":"ColdBox Migrations Commands",
"version":"5.5.0",
"location":"forgeboxStorage",
"author":"Eric Peterson",
"homepage":"https://github.com/commandbox-modules/commandbox-migrations",
"documentation":"https://github.com/commandbox-modules/commandbox-migrations",
"repository":{
"type":"git",
"URL":"https://github.com/commandbox-modules/commandbox-migrations"
},
"bugs":"https://github.com/commandbox-modules/commandbox-migrations/issues",
"slug":"commandbox-migrations",
"shortDescription":"Run your ColdBox migrations from CommandBox",
"instructions":"https://github.com/commandbox-modules/commandbox-migrations",
"type":"commandbox-modules",
"keywords":[
"server",
"database",
"migrations",
"cbmigrations"
],
"scripts":{
"onRelease":"publish",
"postPublish":"!git push && git push --tags",
"format":"cfformat run commands/**/*.cfc,ModuleConfig.cfc --overwrite",
"test":"task run taskFile=tests/Runner.cfc"
},
"private":false,
"license":[
{
"type":"MIT",
"URL":"https://github.com/commandbox-modules/commandbox-migrations/blob/master/LICENSE"
}
],
"dependencies":{
"cfmigrations":"^5.1.0",
"sqlformatter":"^1.1.3+31"
},
"devDependencies":{
"testbox":"*"
},
"installPaths":{
"cfmigrations":"modules/cfmigrations/",
"sqlformatter":"modules/sqlformatter/",
"testbox":"testbox/"
},
"ignore":[
"**/.*",
"tests",
"testbox",
"boxlang_modules",
"modules",
"skills-lock.json"
],
}