@0biwank/macos-audio-devices
Version:
Get, set and configure the audio devices on macOS
59 lines (58 loc) • 1.17 kB
JSON
{
"name": "@0biwank/macos-audio-devices",
"version": "1.3.4",
"description": "Get, set and configure the audio devices on macOS",
"repository": {
"type": "git",
"url": "git+https://github.com/0biwan-ops/macos-audio-devices.git"
},
"author": {
"name": "Kunal Dubey",
"email": "kunal@capitalcompute.com",
"url": "https://www.kunaldubey.tech"
},
"bin": {
"macos-audio-devices": "audio-devices",
"audio-devices": "audio-devices"
},
"license": "MIT",
"files": [
"index.js",
"index.d.ts",
"audio-devices"
],
"scripts": {
"test": "xo && tsd",
"build": "swift build --configuration=release && mv .build/release/audio-devices .",
"prepublishOnly": "npm run build"
},
"keywords": [
"macos",
"swift",
"audio",
"devices",
"input",
"output",
"volume",
"mute",
"microphone",
"speaker",
"list",
"default"
],
"engines": {
"node": ">=8"
},
"dependencies": {
"electron-util": "^0.13.1",
"execa": "^4.0.0",
"macos-version": "^5.2.0"
},
"devDependencies": {
"tsd": "^0.11.0",
"xo": "^0.25.3"
},
"xo": {
"space": 2
}
}