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
+10
View File
@@ -10,6 +10,16 @@
"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/techdocs-backend"
},
"keywords": [
"backstage",
"techdocs"
],
"scripts": {
"start": "backstage-cli backend:dev",
"build": "backstage-cli backend:build",