{
  "name": "netflix-automation-panel",
  "version": "1.0.0",
  "description": "Automation Web Panel untuk cPanel",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "express": "^4.19.2",
    "playwright": "^1.42.1"
  }
}