{
  "name": "sajilo_hardware",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "dev": "cross-env NODE_ENV=development nodemon src/app.ts",
    "build": "rimraf ./build && tsc",
    "start": "cross-env NODE_ENV=production node build/app.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@arcjet/node": "^1.4.0",
    "bcryptjs": "^3.0.3",
    "cloudinary": "^1.41.3",
    "cors": "^2.8.6",
    "cross-env": "^10.1.0",
    "dotenv": "^17.4.2",
    "express": "^4.22.1",
    "helmet": "^8.1.0",
    "jsonwebtoken": "^9.0.3",
    "lint": "^0.8.19",
    "mongoose": "^9.4.1",
    "multer": "^2.1.1",
    "multer-storage-cloudinary": "^4.0.0",
    "node-cron": "^4.2.1",
    "nodemailer": "^8.0.5",
    "slugify": "^1.6.9",
    "swagger-jsdoc": "^6.2.8",
    "swagger-ui-express": "^5.0.1"
  },
  "devDependencies": {
    "@types/express": "^4.17.25",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/multer": "^2.1.0",
    "@types/node": "^25.6.0",
    "@types/nodemailer": "^8.0.0",
    "@types/swagger-jsdoc": "^6.0.4",
    "@types/swagger-ui-express": "^4.1.8",
    "i": "^0.3.7",
    "nodemon": "^3.1.14",
    "npm": "^11.12.1",
    "rimraf": "^6.1.3",
    "typescript": "^6.0.2"
  }
}
