{
  "name": "peopleware-websocket-server",
  "version": "1.0.0",
  "description": "WebSocket server for C3 SDK device integration (A107F)",
  "main": "node8443.js",
  "scripts": {
    "start": "node node8443.js",
    "dev": "node --watch node8443.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "websocket",
    "c3-sdk",
    "a107f",
    "biometric"
  ],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "dependencies": {
    "dotenv": "^17.2.3",
    "winston": "^3.19.0",
    "winston-daily-rotate-file": "^5.0.0",
    "ws": "^8.18.3"
  }
}
