feat(scaffolder): working more on the scaffolder to make it nice

This commit is contained in:
blam
2020-04-26 03:10:11 +02:00
committed by blam
parent a86f111b97
commit c62c43d12f
5 changed files with 129 additions and 19 deletions
+8 -2
View File
@@ -11,9 +11,15 @@
"clean": "backstage-cli clean"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.4"
"@backstage/cli": "^0.1.1-alpha.4",
"@types/fs-extra": "^8.1.0",
"@types/supertest": "^2.0.8",
"supertest": "^4.0.2"
},
"dependencies": {
"express": "^4.17.1"
"express": "^4.17.1",
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
"winston": "^3.2.1"
}
}