Add skeleton for inventory plugin

This commit is contained in:
Fredrik Adelöw
2020-04-23 14:42:20 +02:00
parent ce1825d4db
commit c89f7d000e
26 changed files with 401 additions and 2 deletions
+4 -1
View File
@@ -9,18 +9,21 @@
},
"scripts": {
"build": "tsc",
"start": "tsc-watch --onFirstSuccess nodemon",
"start": "backstage-cli watch-deps --build -- tsc-watch --onFirstSuccess nodemon",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/plugin-inventory-backend": "0.1.1-alpha.4",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"helmet": "^3.22.0"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.4",
"@types/compression": "^1.7.0",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",