-
Notifications
You must be signed in to change notification settings - Fork 1
/
.all-shieldsrc
49 lines (49 loc) · 1.2 KB
/
.all-shieldsrc
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
{
"files": [
"README.md"
],
"shields": [
{
"id": "badges",
"badges": [
{
"url": "{{homepage}}/actions?query=workflow%3A%22Node.js+CI%22",
"custom": "/github/actions/workflow/status/roziscoding/{{name}}/nodejs.yml?label=tests&style=flat-square&branch=main"
},
{
"url": "https://www.npmjs.com/package/{{name}}",
"logo": "npm",
"label": "latest",
"message": "v{{version}}",
"style": "flat-square",
"color": "CB3837"
},
{
"custom": "/npm/l/{{name}}?style=flat-square"
}
]
},
{
"id": "engines",
"badges": [
{
"custom": "/node/v-lts/{{name}}?style=flat-square&logo=node.js&logoColor=white&color=339933"
}
]
},
{
"id": "dependencies",
"badges": [
{
"custom": "/npm/dependency-version/{{name}}/peer/zod?style=flat-square"
},
{
"custom": "/npm/dependency-version/{{name}}/peer/express?style=flat-square"
},
{
"custom": "/npm/dependency-version/{{name}}/peer/@types/express?style=flat-square"
}
]
}
]
}