{
  "name": "gold-ai-platform",
  "version": "1.0.0",
  "description": "Gold AI Tracking Platform using Node.js, Express, and JSON storage",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "dev": "node --watch app.js",
    "cron": "node cron.js"
  },
  "dependencies": {
    "axios": "^1.7.2",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "node-cron": "^3.0.3"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "type": "module"
}
