@spotxyz/macos-audio-devices
Version:
Get, set and configure the audio devices on macOS
57 lines (56 loc) • 1.23 kB
JSON
{
"name": "@spotxyz/macos-audio-devices",
"version": "1.5.0",
"description": "Get, set and configure the audio devices on macOS",
"repository": "https://github.com/spotxyz/macos-audio-devices",
"funding": "https://github.com/sponsors/karaggeorge",
"author": {
"name": "George Karagkiaouris",
"email": "gkaragkiaouris2@gmail.com",
"url": "https://gkaragkiaouris.tech"
},
"bin": {
"macos-audio-devices": "./audio-devices",
"audio-devices": "./audio-devices"
},
"license": "MIT",
"files": [
"index.js",
"index.d.ts",
"audio-devices"
],
"types": "index.d.ts",
"scripts": {
"test": "xo && tsd",
"build": "swift build --configuration=release --arch=arm64 --arch=x86_64 && mv .build/apple/Products/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.17.2",
"execa": "^4.0.0"
},
"devDependencies": {
"tsd": "^0.11.0",
"xo": "^0.25.3"
},
"xo": {
"space": 2
}
}