Add standard NPM metadata

This commit is contained in:
Adam Harvey
2020-12-08 13:42:23 -05:00
parent f90d0c7474
commit 8b395bee26
34 changed files with 327 additions and 0 deletions
+11
View File
@@ -10,6 +10,17 @@
"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/github-actions"
},
"keywords": [
"backstage",
"github",
"github actions"
],
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",