{
  "name": "atikin-hyper-cachex",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [ 
  "atikin-hyper-cachex",
  "nodejs",
  "caching",
  "ai",
  "predictive-caching",
  "redis",
  "mongodb",
  "postgresql",
  "atikin-hypercachex",
  "hypercache",
  "performance"],
  "author": "Atikin Verse",
  "license": "ISC",
  "description": "Intelligent caching for Node.js applications, leveraging AI to predict frequently accessed data.",
  "dependencies": {
    "dotenv": "^16.4.7",
    "express": "^4.21.1",
    "mongodb": "^6.11.0",
    "pg": "^8.13.1",
    "redis": "^4.7.0"
  },
  "devDependencies": {
    "eslint": "^9.16.0",
    "nodemon": "^3.1.7"
  }
}
