{
  "name": "poc-rice-vermicelli-nodejs",
  "version": "1.0.0",
  "description": "A complete Node.js Express application with authentication and example routes",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "nodemon server.js",
    "test": "jest",
    "test-api": "node test-api.js",
    "install-service": "node service.js",
    "uninstall-service": "node uninstall-service.js"
  },
  "keywords": [
    "nodejs",
    "express",
    "authentication",
    "api",
    "production-line",
    "vermicelli",
    "cmms"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.2",
    "bcryptjs": "^2.4.3",
    "cookie-parser": "^1.4.6",
    "cors": "^2.8.5",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "express-rate-limit": "^7.1.5",
    "express-validator": "^7.0.1",
    "helmet": "^7.1.0",
    "jsonwebtoken": "^9.0.2",
    "morgan": "^1.10.0",
    "mssql": "^10.0.1",
    "node-windows": "^1.0.0-beta.8",
    "sequelize": "^6.35.2",
    "tedious": "^16.7.1"
  },
  "devDependencies": {
    "jest": "^29.7.0",
    "nodemon": "^3.1.10",
    "supertest": "^6.3.3"
  }
}
