{
    "name":  "brightcare-pharmacy-backend",
    "version":  "1.0.0",
    "private":  true,
    "type":  "module",
    "description":  "Express and MongoDB backend for the BrightCare Pharmacy app.",
    "main":  "server.js",
    "scripts":  {
                    "dev":  "nodemon server.js",
                    "start":  "node server.js",
                    "seed:products":  "node Data/seedProducts.js",
                    "migrate:product-prices":  "node Data/migrateProductPrices.js"
                },
    "dependencies":  {
                         "cors":  "^2.8.5",
                         "dotenv":  "^16.4.7",
                         "express":  "^4.21.2",
                         "mongoose":  "^8.9.5",
                         "nodemon":  "^3.1.14"
                     }
}
