{
  "name": "wifi-tally",
  "version": "0.5.5",
  "description": "An affordable and reliable Tally Light that works via WiFi based on NodeMCU / ESP8266. Supports multiple video mixers.",
  "keywords": [],
  "homepage": "https://wifi-tally.github.io/",
  "bugs": "https://github.com/benaja/wifi-tally/issues",
  "license": "MIT",
  "private": false,
  "repository": "github:benaja/wifi-tally",
  "engines": {
    "node": ">=12",
    "npm": ">=6.9"
  },
  "bin": {
    "vtally": "./bin/vtally"
  },
  "dependencies": {
    "atem-connection": "^3.0.0-nightly-latest-20211125-222857-2b30eea.0",
    "escape-string-regexp": "^4.0.0",
    "express": "^4.17.2",
    "forever-monitor": "^3.0.3",
    "http-proxy-middleware": "^1.3.1",
    "midi": "^1.0.4",
    "nodemcu-tool": "git+https://github.com/wifi-tally/NodeMCU-Tool.git",
    "obs-websocket-js": "^4.0.3",
    "socket.io": "^2.4.1",
    "socket.io-client": "^2.4.0",
    "tmp-promise": "^3.0.3",
    "xml2js": "^0.4.23",
    "yargs": "^15.4.1"
  },
  "os": [
    "linux",
    "win32",
    "darwin"
  ],
  "cpu": [
    "x64",
    "arm",
    "arm64"
  ]
}
