{
  "name": "nodejs-express-mysql",
  "version": "1.0.0",
  "description": "Node.js Restful CRUD API with Node.js, Express and MySQL",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "nodejs",
    "express",
    "mysql",
    "restapi"
  ],
  "author": "bezkoder",
  "license": "ISC",
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^4.18.1",
    "express-rate-limit": "^6.7.0",
    "express-validator": "^7.0.1",
    "fs": "^0.0.1-security",
    "install": "^0.13.0",
    "jsonwebtoken": "^9.0.0",
    "mysql": "^2.18.1",
    "npm": "^9.7.1"
  }
}
