forked from anomalyco/opencode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrand.json
More file actions
38 lines (38 loc) · 1.21 KB
/
brand.json
File metadata and controls
38 lines (38 loc) · 1.21 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
{
"$schema": "../schema.json",
"version": 1,
"id": "qbraid",
"name": "qBraid CodeQ",
"logo": {
"cli": [
[" ", " "],
["█▀▀█ █▀▀█ █▀▀▄ █▀▀▀", " █▀▀█ "],
["█░░░ █░░█ █░░█ █▀▀▀", " █░░█ "],
["▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀", " ▀▀▀█ "]
],
"tui": {
"left": [" ", "█▀▀█ █▀▀█ █▀▀▄ █▀▀▀", "█___ █__█ █__█ █^^^", "▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀"],
"right": [" ", " █▀▀█ ", " █__█ ", " ▀▀▀█ "]
}
},
"replacements": {
"productName": "codeq",
"displayName": "CodeQ",
"npmPackage": "codeq",
"binaryName": "codeq",
"envPrefix": "CODEQ",
"appDir": "codeq",
"urls": {
"website": "https://qbraid.com",
"api": "https://api.qbraid.com",
"github": "https://github.com/qbraid/codeq"
}
},
"models": {
"exclusive": false,
"removeProviders": ["opencode"],
"source": "./models.json"
},
"skipFiles": ["**/test/**", "**/*.test.ts", "**/*.spec.ts", "**/fixtures/**"],
"patches": {}
}