{ "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 ", "license": "MIT", "dependencies": { "inquirer": "9.2.11" } }