{
  "name": "snaptie",
  "version": "1.0.0",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "keywords": [],
  "author": "Eumelvi Faustino",
  "license": "ISC",
  "description": "Chat anônimo em tempo real",
  "dependencies": {
    "express": "^5.1.0",
    "qrcode": "^1.5.4",
    "socket.io": "^4.8.1",
    "sqlite3": "^5.1.7"
  }
}