mirror of
https://github.com/Yourdaylight/CloudGame.git
synced 2026-07-28 01:25:17 +00:00
16 lines
289 B
JSON
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"
|
|
}
|