Converted project to Typescript

This commit is contained in:
Alexander Cerutti
2023-07-29 19:31:05 +02:00
parent 99f1dddef1
commit f2442fc4ce
4 changed files with 103 additions and 26 deletions

View File

@@ -9,7 +9,8 @@
"dependencies": {
"axios": "^1.2.6",
"firebase-admin": "^11.10.1",
"firebase-functions": "^4.4.1"
"firebase-functions": "^4.4.1",
"tslib": "^2.6.1"
},
"devDependencies": {
"firebase-functions-test": "^0.2.3",
@@ -7374,9 +7375,9 @@
}
},
"node_modules/tslib": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
"integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz",
"integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig=="
},
"node_modules/tunnel-agent": {
"version": "0.6.0",
@@ -13824,9 +13825,9 @@
"dev": true
},
"tslib": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
"integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz",
"integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig=="
},
"tunnel-agent": {
"version": "0.6.0",