-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
35 lines (35 loc) · 1008 Bytes
/
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
{
"prompt": {
"delimiter": "",
"prefix": "[ARCLI] > ",
"prefixColor": "cyan"
},
"commands": [
"[root]/commands",
"[cwd]/.core/.cli/commands",
"[cwd]/.cli/commands",
"[cwd]/actinium_modules/**/.cli",
"[cwd]/node_modules/**/.cli",
"[cwd]/reactium_modules/**/.cli"
],
"depth": 25,
"reactium": {
"repo": "https://github.com/Atomic-Reactor/Reactium/archive/master.zip",
"types": ["class", "functional", "hook"]
},
"reactiumNative": {
"repo": "https://github.com/Atomic-Reactor/Reactium-Native/archive/main.zip"
},
"actinium": {
"repo": "https://github.com/Atomic-Reactor/Actinium/archive/master.zip"
},
"toolkit": {
"types": ["atom", "molecule", "organism", "template", "link"]
},
"registry": {
"app": "ReactiumRegistry",
"server": "https://v1.reactium.io/api"
},
"checked": 1540382853918,
"updated": 1540382853918
}