feat: using some of the latest work from @freben to align with the backend plugin strategy

This commit is contained in:
blam
2020-04-24 05:49:21 +02:00
committed by blam
parent 9831029430
commit 142f57949d
12 changed files with 301 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"version": "0.1.1-alpha.4",
"main": "dist",
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "tsc",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"clean": "backstage-cli clean"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.4"
},
"dependencies": {
"express": "^4.17.1"
}
}