remoteview
Version:
Remote isolated browser platform by Dosyago
16 lines (15 loc) • 387 B
JSON
{
"name": "@dosy-private/parec-server",
"type": "module",
"version": "1.0.0",
"description": "Record pulseaudio monitor and serve http stream",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"author": "@dosy, forked and modified from work by original author, Jerko Steiner",
"license": "AGPL-3.0",
"dependencies": {
"compression": "^1.7.4"
}
}