diff --git a/plugins/home/package.json b/plugins/home/package.json index f57b0bb83e..80754d33c8 100644 --- a/plugins/home/package.json +++ b/plugins/home/package.json @@ -10,6 +10,16 @@ "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, + "homepage": "https://github.com/backstage/backstage/tree/master/plugins/home#readme", + "repository": { + "type": "git", + "url": "https://github.com/backstage/backstage", + "directory": "plugins/home" + }, + "keywords": [ + "backstage", + "homepage" + ], "scripts": { "build": "backstage-cli plugin:build", "start": "backstage-cli plugin:serve",