-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
44 lines (44 loc) · 1.06 KB
/
config.json
File metadata and controls
44 lines (44 loc) · 1.06 KB
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
41
42
43
44
{
"prompt": {
"delimiter": "",
"prefix": "[ARCLI] > ",
"prefixColor": "cyan"
},
"commands": [
"[root]/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
}