Add other function to base repository.

This commit is contained in:
Pierre THIERRY
2020-09-05 16:30:25 +02:00
parent a558f09fb4
commit 2c424ac5d6
4 changed files with 78 additions and 32 deletions

View File

@@ -11,12 +11,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
"express": "^4.17.1",
"mongodb": "^3.6.1"
},
"devDependencies": {
"eslint": "^7.4.0",
"eslint-plugin-node": "^11.1.0",
"nodemon": "^2.0.4",
"mongodb": "^3.6.1"
"nodemon": "^2.0.4"
}
}