You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
343 B
JSON

{
"name": "out",
"version": "1.1.0",
"description": "Audio Output Switcher",
"main": "index.js",
"type": "module",
"scripts": {
"run": "node index.js"
},
"bin": {
"out": "./index.js"
},
"author": "Steffen Rademacker <kontakt@webgefrickel.de>",
"license": "MIT",
"dependencies": {
"inquirer": "9.2.11"
}
}