feat: move knip reports under own command

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
Heikki Hellgren
2024-01-31 10:15:45 +02:00
parent e5a84943f2
commit 55963c4714
161 changed files with 1128 additions and 1472 deletions
+20
View File
@@ -0,0 +1,20 @@
# Knip report
## Unused dependencies (6)
| Name | Location |
|:----------------------------|:-------------|
| ws | package.json |
| uuid | package.json |
| express | package.json |
| @backstage/config | package.json |
| @backstage/backend-common | package.json |
| @backstage/plugin-auth-node | package.json |
## Unused devDependencies (2)
| Name | Location |
|:---------------|:-------------|
| @types/express | package.json |
| @backstage/cli | package.json |