{
  "name": "AdultEmpireAPI",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "dev": "nodemon index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "LUSTYFLIX",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.15.2",
    "cheerio": "^1.2.0",
    "express": "^5.2.1",
    "node-cache": "^5.1.2"
  }
}
