Merge pull request #3624 from adamdmharvey/chore-package-npm

chore: Add standard NPM metadata to plugins
This commit is contained in:
Patrik Oldsberg
2020-12-08 21:06:36 +01:00
committed by GitHub
34 changed files with 327 additions and 0 deletions
+10
View File
@@ -10,6 +10,16 @@
"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/sentry"
},
"keywords": [
"backstage",
"sentry"
],
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",