32 lines
780 B
JSON
32 lines
780 B
JSON
{
|
|
"parts": [
|
|
{
|
|
"name": "somepart",
|
|
"pre": [],
|
|
"post": ["pluginomatic_onemoreplugin/partone"]
|
|
},
|
|
{
|
|
"name": "partlast",
|
|
"pre": ["pluginomatic_fintest/otherpart"],
|
|
"post": [],
|
|
"hooks": {
|
|
"somehookname": "pluginomatic_fintest/partlast:somehook"
|
|
}
|
|
},
|
|
{
|
|
"name": "partfirst",
|
|
"pre": [],
|
|
"post": ["pluginomatic_onemoreplugin/somepart"]
|
|
},
|
|
{
|
|
"name": "otherpart",
|
|
"pre": ["pluginomatic_fintest/somepart", "pluginomatic_otherplugin/main"],
|
|
"post": [],
|
|
"hooks": {
|
|
"somehookname": "pluginomatic_fintest/otherpart:somehook",
|
|
"morehook": "pluginomatic_fintest/otherpart:morehook",
|
|
"expressCreateServer": "pluginomatic_fintest/otherpart:expressServer"
|
|
}
|
|
}
|
|
]
|
|
}
|