Update package information

Signed-off-by: Tomas Dabasinskas <tomas@dabasinskas.net>
This commit is contained in:
Tomas Dabasinskas
2023-02-09 19:26:23 +02:00
parent e109d6b426
commit 62df7179a7
+17 -3
View File
@@ -1,6 +1,7 @@
{
"name": "@backstage/plugin-puppetdb",
"version": "0.0.0",
"description": "Backstage plugin to visualize resource information and Puppet facts from PuppetDB.",
"version": "0.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -12,6 +13,17 @@
"backstage": {
"role": "frontend-plugin"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/puppetdb"
},
"keywords": [
"backstage",
"puppetdb",
"puppet"
],
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
@@ -46,6 +58,8 @@
"msw": "^0.49.0"
},
"files": [
"dist"
]
"dist",
"config.d.ts"
],
"configSchema": "config.d.ts"
}