Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.1.5 to 5.7.5. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md) - [Commits](https://github.com/Automattic/mongoose/compare/5.1.5...5.7.5) Signed-off-by: dependabot[bot] <support@github.com>
20 lines
384 B
JSON
20 lines
384 B
JSON
{
|
|
"name": "simplerestapi",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"author": "Ben (plane000)",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"nodemon": "^1.17.5"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.16.3",
|
|
"mongoose": "^5.7.5"
|
|
}
|
|
}
|