mirror of
https://github.com/Yourdaylight/CloudGame.git
synced 2026-05-25 16:00:30 +00:00
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "func start",
|
|
"test": "echo \"No tests yet...\""
|
|
},
|
|
"dependencies": {
|
|
"mongodb": "^4.0.0",
|
|
"jsonwebtoken": "^8.5.1"
|
|
},
|
|
"devDependencies": {}
|
|
}
|