[chore] Adds npm package info.

Signed-off-by: Mark Veronda <mark.veronda@warnermedia.com>
This commit is contained in:
Mark Veronda
2022-02-10 22:58:06 -08:00
parent 5216b41214
commit 70b390c8e2
+10
View File
@@ -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",