Major update
This commit is contained in:
22
functions/season-loader/package.json
Normal file
22
functions/season-loader/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user