feat: added config schema for k8s plugins

This commit is contained in:
blam
2020-11-24 17:29:29 +01:00
parent 8aba3e4c47
commit 121af544b1
4 changed files with 78 additions and 2 deletions
+3 -1
View File
@@ -10,6 +10,7 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"configSchema": "schema.d.ts",
"scripts": {
"start": "backstage-cli backend:dev",
"build": "backstage-cli backend:build",
@@ -42,6 +43,7 @@
"supertest": "^4.0.2"
},
"files": [
"dist"
"dist",
"schema.d.ts"
]
}