32 lines
690 B
JSON
32 lines
690 B
JSON
{
|
|
"parts": [
|
|
{
|
|
"name": "somepart",
|
|
"pre": [],
|
|
"post": ["ep_onemoreplugin/partone"]
|
|
},
|
|
{
|
|
"name": "partlast",
|
|
"pre": ["ep_fintest/otherpart"],
|
|
"post": [],
|
|
"hooks": {
|
|
"somehookname": "ep_fintest/partlast:somehook"
|
|
}
|
|
},
|
|
{
|
|
"name": "partfirst",
|
|
"pre": [],
|
|
"post": ["ep_onemoreplugin/somepart"]
|
|
},
|
|
{
|
|
"name": "otherpart",
|
|
"pre": ["ep_fintest/somepart", "ep_otherplugin/main"],
|
|
"post": [],
|
|
"hooks": {
|
|
"somehookname": "ep_fintest/otherpart:somehook",
|
|
"morehook": "ep_fintest/otherpart:morehook",
|
|
"expressCreateServer": "ep_fintest/otherpart:expressServer"
|
|
}
|
|
}
|
|
]
|
|
}
|