{
  "name": "c",
  "version": "1.0.0",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "start": "node index.js",
    "dev": "nodemon index.js",
    "debug": "node --inspect=9229 index.js",
    "debug-brk": "node --inspect-brk=9229 index.js",
    "debug:dev": "nodemon --inspect=9229 index.js"
  },
  "author": "",
  "license": "ISC",
  "keywords": [],
  "description": "",
  "dependencies": {
    "axios": "^1.12.2",
    "axios-retry": "^4.5.0",
    "bcryptjs": "^3.0.2",
    "chromadb": "^3.0.15",
    "colors": "^1.4.0",
    "cors": "^2.8.5",
    "crypto": "^1.0.1",
    "dotenv": "^17.2.2",
    "express": "^5.1.0",
    "express-async-handler": "^1.2.0",
    "groq-sdk": "^0.32.0",
    "http": "^0.0.1-security",
    "jsonwebtoken": "^9.0.2",
    "mongoose": "^8.18.1",
    "node-cron": "^4.2.1",
    "qs": "^6.14.0"
  },
  "devDependencies": {
    "nodemon": "^3.1.10"
  }
}
