{
  "name": "bot_create_vps",
  "version": "1.0.0",
  "description": "Telegram Bot untuk Create dan Manage VPS Railway",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "dev": "nodemon index.js"
  },
  "dependencies": {
    "axios": "^1.7.2",
    "node-telegram-bot-api": "^0.66.0",
    "ssh2": "^1.15.0"
  },
  "author": "vinz404official",
  "license": "ISC"
}
