{
    "name": "inventory-management",
    "version": "1.0.0",
    "description": "Inventory Management System with Node.js and MySQL",
    "main": "app.js",
    "scripts": {
        "start": "node app.js",
        "dev": "nodemon app.js"
    },
    "keywords": [],
    "author": "Mohammad Abu Taleb",
    "license": "ISC",
    "dependencies": {
        "bcryptjs": "^2.4.3",
        "cors": "^2.8.5",
        "csv-parser": "^3.2.0",
        "exceljs": "^4.4.0",
        "express": "^4.18.2",
        "fast-csv": "^5.0.2",
        "json2csv": "^6.0.0-alpha.2",
        "jsonwebtoken": "^9.0.0",
        "multer": "^1.4.5-lts.2",
        "mysql2": "^3.6.0",
        "nodemailer": "^6.10.0",
        "pdfkit": "^0.16.0",
        "pdfkit-table": "^0.1.99"
    },
    "devDependencies": {
        "nodemon": "^3.1.9"
    }
}
