Files
CloudGame/front/api/package.json
T
2023-12-08 13:11:44 +08:00

16 lines
289 B
JSON

{
"name": "api",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "func start",
"test": "echo \"No tests yet...\""
},
"dependencies": {
"@azure/functions": "^4.0.0",
"mongodb": "^6.3.0"
},
"devDependencies": {},
"main": "src/functions/*.js"
}