-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstorm.json
More file actions
52 lines (52 loc) · 1.38 KB
/
storm.json
File metadata and controls
52 lines (52 loc) · 1.38 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
45
46
47
48
49
50
51
52
{
"$schema": "https://cdn.jsdelivr.net/npm/@storm-software/config/schemas/storm.schema.json",
"extends": "./node_modules/@storm-software/config/presets/base.json",
"name": "reaper",
"namespace": "reaper",
"repository": "https://github.com/storm-software/reaper",
"organization": "storm-software",
"owner": "@storm-software/architecture",
"description": "Reaper is a collection of trading/quantitative finance libraries, applications, and tools that are primarily written in Rust.",
"preid": "alpha",
"timezone": "America/New_York",
"locale": "en-US",
"logLevel": "all",
"packageManager": "pnpm",
"externalPackagePatterns": [
"@acidic/",
"@storm-software/",
"@storm-stack/",
"@cyclone-ui/",
"@reaper/"
],
"colors": {
"light": {
"background": "#f4f4f5",
"foreground": "#1d232a",
"brand": "#1fb2a6",
"help": "#8250df",
"success": "#087f5b",
"info": "#0550ae",
"warning": "#e3b341",
"error": "#a40e26"
},
"dark": {
"background": "#0D1017",
"foreground": "#fcfcf5",
"brand": "#1fb2a6",
"help": "#8256D0",
"success": "#087f5b",
"info": "#316DCA",
"warning": "#F3D371",
"error": "#d1242f"
}
},
"extensions": {
"telemetry": {
"fileName": "storm",
"fileExtension": "log",
"path": "tmp/storm/logs",
"stacktrace": true
}
}
}