vtally
Version:
An affordable and reliable Tally Light that works via WiFi based on NodeMCU / ESP8266. Supports multiple video mixers.
53 lines (52 loc) • 1.22 kB
JSON
{
"name": "vtally",
"version": "0.5.2",
"description": "An affordable and reliable Tally Light that works via WiFi based on NodeMCU / ESP8266. Supports multiple video mixers.",
"keywords": [
"atem",
"esp8266",
"nodemcu",
"nodemcu-lua",
"obs-studio",
"roland",
"tally",
"tally-light",
"vmix"
],
"homepage": "https://wifi-tally.github.io/",
"bugs": "https://github.com/wifi-tally/wifi-tally/issues",
"license": "MIT",
"private": false,
"repository": "github:wifi-tally/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": "github:wifi-tally/NodeMCU-Tool",
"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"
]
}