{
  "name": "todoapp",
  "version": "1.0.0",
  "description": "Back-end API controller for To-DO App",
  "main": "index.js",
  "scripts": {
    "start": "node --watch .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Jayesh P Raut",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.20.2",
    "cors": "^2.8.5",
    "ejs": "^3.1.10",
    "express": "^4.19.2",
    "express-session": "^1.18.0",
    "md5": "^2.3.0",
    "multer": "^1.4.5-lts.1",
    "mysql": "^2.18.1"
  }
}
