-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathbox.json
More file actions
35 lines (35 loc) · 737 Bytes
/
box.json
File metadata and controls
35 lines (35 loc) · 737 Bytes
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
{
"alias": "monorepo-builder.phar",
"banner": false,
"chmod": "0755",
"annotations": false,
"compactors": [
"KevinGH\\Box\\Compactor\\Php"
],
"directories": [
"config",
"packages",
"src",
"src-deps",
"templates"
],
"files": [
"vendor/autoload.php"
],
"finder": [
{
"name": "*.php",
"exclude": [
"tests",
"packages-tests",
"build",
".github",
".claude"
],
"in": "vendor"
}
],
"force-autodiscovery": true,
"main": "bin/monorepo-builder.php",
"output": "build/monorepo-builder"
}