2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-09 13:10:27 +00:00
steffen-dotfiles/scripts/out/package.json
2024-08-28 15:02:43 +02:00

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"
}
}