UNPKG

win-audio

Version:

Get, Set and Watch Speaker/Microphone Volume on Windows

49 lines (48 loc) 1.08 kB
{ "name": "win-audio", "version": "3.0.5", "description": "Get, Set and Watch Speaker/Microphone Volume on Windows", "main": "dist/index.js", "types": "dist/index.d.ts", "os": [ "win32" ], "files": [ "dist", "audio-napi.cc", "binding.gyp", "package.json", "README.md", "LICENSE" ], "scripts": { "build": "tsc" }, "author": "Francesco Saverio Cannizzaro <fcannizzaro>", "license": "MIT", "gypfile": true, "repository": { "type": "git", "url": "git+https://github.com/fcannizzaro/win-audio.git" }, "bugs": { "url": "https://github.com/fcannizzaro/win-audio/issues" }, "homepage": "https://github.com/fcannizzaro/win-audio#readme", "keywords": [ "audio", "microphone", "speaker", "windows" ], "devDependencies": { "@biomejs/biome": "^1.9.4", "@tsconfig/node20": "^20.1.4", "@types/bindings": "^1.5.5", "@types/node": "^22.10.2", "typescript": "^5.7.2" }, "dependencies": { "bindings": "^1.5.0" } }