Add standard NPM metadata
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user