{
  "name": "eut-kitchen-print-server",
  "version": "1.0.0",
  "description": "Auto-print kitchen tickets for EUT Snack House",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "node test-connection.js"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "node-thermal-printer": "^4.3.2",
    "dotenv": "^16.3.1"
  }
}
