diff --git a/plugins/todo-backend/package.json b/plugins/todo-backend/package.json index 9fd5f68948..58d335732b 100644 --- a/plugins/todo-backend/package.json +++ b/plugins/todo-backend/package.json @@ -9,6 +9,12 @@ "main": "dist/index.cjs.js", "types": "dist/index.d.ts" }, + "homepage": "https://backstage.io", + "repository": { + "type": "git", + "url": "https://github.com/backstage/backstage", + "directory": "plugins/todo-backend" + }, "scripts": { "build": "backstage-cli backend:build", "lint": "backstage-cli lint", diff --git a/plugins/todo/package.json b/plugins/todo/package.json index de51fe2f18..ee105287f5 100644 --- a/plugins/todo/package.json +++ b/plugins/todo/package.json @@ -9,6 +9,12 @@ "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, + "homepage": "https://backstage.io", + "repository": { + "type": "git", + "url": "https://github.com/backstage/backstage", + "directory": "plugins/todo" + }, "scripts": { "build": "backstage-cli plugin:build", "start": "backstage-cli plugin:serve",