Skip to content

Commit b36ef35

Browse files
authored
feat: added backstage doc
1 parent ff28659 commit b36ef35

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

catalog-info.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: read-pkg
5+
description: reading version from package.json
6+
annotations:
7+
github.com/project-slug: MapColonies/read-pkg
8+
tags:
9+
- nodejs
10+
- typescript
11+
12+
spec:
13+
type: library
14+
lifecycle: production
15+
owner: DevInfra
16+
system: npm-packages

0 commit comments

Comments
 (0)