Files
aswa-mongoose-tutorial/api/package.json
julien Lengrand-Lambert 4657a24c34 Initial commit
2021-05-28 00:37:58 +02:00

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": {}
}