forked from appblocks-hub/open_tms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblock.config.json
40 lines (40 loc) · 920 Bytes
/
block.config.json
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
{
"name": "open_tms",
"type": "package",
"blockId": "cjFjUTS-eRkzpj10RRol-",
"source": {
"https": "https://github.com/appblocks-hub/open_tms.git",
"ssh": "[email protected]:appblocks-hub/open_tms.git",
"branch": "block_open_tms"
},
"parentBlockIDs": [],
"isPublic": true,
"supportedAppblockVersions": ["1.0.0"],
"repoType": "mono",
"middlewares": [
{
"executeOnBlocks": [],
"middlewaresList": ["open_tms_body_parser_middleware"]
}
],
"dependencies": {
"open_tms_backend": {
"directory": "open_tms_backend"
},
"open_tms_auth": {
"directory": "open_tms_auth"
},
"open_tms_shared": {
"directory": "open_tms_shared"
},
"open_tms_middleware": {
"directory": "open_tms_middleware"
},
"open_tms_frontend": {
"directory": "open_tms_frontend"
},
"Examples": {
"directory": "Examples"
}
}
}