This repository has been archived on 2025-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
stream-volumizer/package.json

21 lines
475 B
JSON

{
"name": "stream-volumizer",
"version": "0.0.0",
"description": "a little peice of software that allows you to have differnt volume levels during different parts of a Airtime stream",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"keywords": [
"volume",
"auto",
"control"
],
"author": "iceyrazor",
"license": "MIT",
"dependencies": {
"electron": "^17.1.0"
}
}