Major update

This commit is contained in:
2023-06-01 08:52:05 -05:00
parent d7c0f373f4
commit df84287eb2
264 changed files with 8614 additions and 964 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prestart": "npm run build",
"start": "func start",
"test": "echo \"No tests yet...\""
},
"dependencies": {
"@microsoft/signalr": "^7.0.3",
"axios": "^1.3.4"
},
"devDependencies": {
"@azure/functions": "^3.0.0",
"@types/node": "16.x",
"azure-functions-core-tools": "^4.x",
"typescript": "^4.0.0"
}
}