{
  "name": "api-boilerplate",
  "version": "1.0.0",
  "description": "Coquille vide pour API NodeJS",
  "type": "module",
  "main": "server.js",
  "scripts": {
    "dev": "nodemon node server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Nevezide",
  "license": "ISC",
  "dependencies": {
    "bcrypt": "^5.1.1",
    "dotenv": "^16.3.1",
    "express": "^4.17.1",
    "mysql": "^2.18.1",
    "nodemon": "^3.0.1",
    "uuid": "^9.0.1",
    "xss": "^1.0.14"
  }
}
