mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 18:48:46 +00:00
29 lines
487 B
JSON
29 lines
487 B
JSON
{
|
|
"include": [
|
|
{
|
|
"package": "core",
|
|
"path": "packages/core",
|
|
"level": 0,
|
|
"depends_on": []
|
|
},
|
|
{
|
|
"package": "utils",
|
|
"path": "packages/utils",
|
|
"level": 1,
|
|
"depends_on": ["core"]
|
|
},
|
|
{
|
|
"package": "api",
|
|
"path": "packages/api",
|
|
"level": 2,
|
|
"depends_on": ["utils"]
|
|
},
|
|
{
|
|
"package": "web",
|
|
"path": "packages/web",
|
|
"level": 2,
|
|
"depends_on": ["api", "utils"]
|
|
}
|
|
]
|
|
}
|