mirror of
https://github.com/ad1217/PrinterStatus
synced 2024-11-11 02:55:09 -05:00
Adam Goldsmith
cc0f6d90d0
This should result in a significant decrease in bandwidth requirements, as well as providing the ability to reconnect to streams
26 lines
591 B
JSON
26 lines
591 B
JSON
{
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.8",
|
|
"@types/express-ws": "^3.0.0",
|
|
"@types/fluent-ffmpeg": "^2.1.19",
|
|
"@types/js-yaml": "^4.0.3",
|
|
"@types/node": "^16.10.3",
|
|
"@types/node-fetch": "^2.5.12",
|
|
"@types/ws": "^8.2.0",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "^4.4.3"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"express-ws": "^5.0.2",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"js-yaml": "^4.1.0",
|
|
"mp4frag": "^0.4.2",
|
|
"node-fetch": "^2.6.5",
|
|
"ws": "^8.2.3"
|
|
},
|
|
"scripts": {
|
|
"start": "ts-node --files ./src/server.ts"
|
|
}
|
|
}
|