Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependency [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together. Removes `cacheable-request` Updates `nodemon` from 2.0.15 to 2.0.20 - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v2.0.15...v2.0.20) --- updated-dependencies: - dependency-name: cacheable-request dependency-type: indirect - dependency-name: nodemon dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
863 B
JSON
37 lines
863 B
JSON
{
|
|
"name": "covid-server",
|
|
"version": "1.0.0",
|
|
"description": "Backend server for COVID19 project",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "nodemon index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/leonxu260/covid-server.git"
|
|
},
|
|
"keywords": [
|
|
"COVID19",
|
|
"Backend"
|
|
],
|
|
"author": "Leon Xu",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/leonxu260/covid-server/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/leonxu260/covid-server#readme",
|
|
"dependencies": {
|
|
"axios": "^0.26.1",
|
|
"body-parser": "^1.20.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.17.3",
|
|
"md5-js": "^0.0.3",
|
|
"mongoose": "^6.2.10",
|
|
"node-schedule": "^2.1.0",
|
|
"nodemon": "^2.0.20"
|
|
}
|
|
}
|