todo-backend: initial setup and mock API

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-03-09 21:10:26 +01:00
parent e24a8964f6
commit f2bf479e0f
5 changed files with 11 additions and 118 deletions
+1 -1
View File
@@ -10,7 +10,6 @@
"types": "dist/index.d.ts"
},
"scripts": {
"start": "backstage-cli backend:dev",
"build": "backstage-cli backend:build",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
@@ -20,6 +19,7 @@
},
"dependencies": {
"@backstage/backend-common": "^0.5.5",
"@backstage/catalog-client": "^0.3.6",
"@backstage/config": "^0.1.3",
"@types/express": "^4.17.6",
"express": "^4.17.1",