Files
mlb-gameday-dotnet-react/functions/season-loader/package.json
2023-06-01 08:52:05 -05:00

23 lines
463 B
JSON

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