{
  "name": "myblog",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "start": "node index.js",
    "dev": "nodemon index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "dotenv": "^16.3.1",
    "ejs": "^3.1.9",
    "express": "^4.18.2",
    "express-session": "^1.17.3",
    "express-validator": "^7.0.1",
    "multer": "^1.4.5-lts.1",
    "mysql2": "^3.6.1",
    "nodemon": "^3.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Otbivnushe4ka/myBlog.git"
  },
  "author": "Vladislavs Teclavs",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Otbivnushe4ka/myBlog/issues"
  },
  "homepage": "https://github.com/Otbivnushe4ka/myBlog#readme"
}
