{ "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" } }