To release a new version, run the following command:
cd package
npm publish --access public --dry-run # Check if the package is valid and file structure is correct
npm publish --access public # Publish the package
A native Node.js module with utilities for monitoring microphone usage on macOS and Windows.
Homepage Repository npm Objective-C Download
npm install @mintplex-labs/node-mic-monitor@1.0.0
To release a new version, run the following command:
cd package
npm publish --access public --dry-run # Check if the package is valid and file structure is correct
npm publish --access public # Publish the package