-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
38 lines (38 loc) · 1.02 KB
/
app.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"name": "@open-template-hub/server-generator",
"description": "Command-line interface generator of the servers at Open Template Hub",
"website": "https://opentemplatehub.com/product/generator/server-generator",
"repository": "https://github.com/open-template-hub/server-generator",
"logo": "https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/generator/server-generator-logo.png",
"keywords": [
"server",
"rest",
"node",
"nodejs",
"typescript",
"mongo",
"mongodb",
"mongoose",
"postgre",
"postgresql",
"cli",
"auth",
"authentication",
"payment",
"busines",
"logic",
"business logic",
"backend",
"template",
"server template",
"auth server example",
"auth server template",
"payment server example",
"payment server template",
"business logic server example",
"business logic server template",
"mail server example",
"mail server template",
"open template hub"
]
}