{
  "name": "astherafi-dashboard",
  "version": "1.0.0",
  "description": "Astherafi - AI-Powered Cryptocurrency Dashboard",
  "main": "index.cjs",
  "scripts": {
    "start": "NODE_ENV=production node index.cjs"
  },
  "dependencies": {
    "express": "^4.21.2",
    "tweetnacl": "^1.0.3",
    "bs58": "^4.0.1"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
