-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy path.create-adapter.json
More file actions
39 lines (39 loc) · 941 Bytes
/
.create-adapter.json
File metadata and controls
39 lines (39 loc) · 941 Bytes
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
{
"cli": true,
"target": "directory",
"adapterName": "template",
"description": "Template for adapter development",
"authorName": "Author",
"authorGithub": "Author",
"authorEmail": "author@mail.com",
"gitRemoteProtocol": "HTTPS",
"dependabot": "yes",
"license": "MIT License",
"releaseScript": "yes",
"gitCommit": "no",
"defaultBranch": "main",
"startMode": "daemon",
"features": [
"adapter",
"vis"
],
"connectionIndicator": "no",
"type": "general",
"adminFeatures": [
"custom",
"tab"
],
"adminUi": "json",
"tabReact": "no",
"eslintConfig": "official",
"language": "JavaScript",
"title": "Template (JavaScript with VIS)",
"tools": [
"ESLint",
"type checking"
],
"indentation": "Space (4)",
"quotes": "single",
"widgetIsMainFunction": "main",
"creatorVersion": "3.1.5"
}