mirror of
https://github.com/1721518185/WeCloud.git
synced 2026-05-25 15:58:18 +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": {}
|
|
}
|