mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-09 13:10:27 +00:00
19 lines
343 B
JSON
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": "10.1.8"
|
|
}
|
|
}
|