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

19 lines
343 B
JSON
Raw Normal View History

{
"name": "out",
2022-10-17 09:05:23 +00:00
"version": "1.1.0",
"description": "Audio Output Switcher",
2023-10-06 18:19:02 +00:00
"main": "index.js",
"type": "module",
"scripts": {
2023-09-30 15:37:21 +00:00
"run": "node index.js"
},
"bin": {
"out": "./index.js"
},
"author": "Steffen Rademacker <kontakt@webgefrickel.de>",
"license": "MIT",
"dependencies": {
2024-07-11 11:53:41 +00:00
"inquirer": "10.0.1"
}
}