mirror of
https://github.com/jlengrand/aswa-mongoose-tutorial2.git
synced 2026-03-10 08:01:26 +00:00
14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "func start",
|
|
"test": "echo \"No tests yet...\""
|
|
},
|
|
"dependencies": {
|
|
"mongoose": "^5.10.11"
|
|
},
|
|
"devDependencies": {}
|
|
}
|