UNPKG

interaction-services

Version:

Interaction services includes Microphone, Location, Voice Activity Detector, Heart rate through web bluetooth API, text to speech, stop watch with our own cloud.

31 lines (30 loc) 866 B
{ "name": "interaction-services", "version": "1.1.9", "description": "Interaction services includes Microphone, Location, Voice Activity Detector, Heart rate through web bluetooth API, text to speech, stop watch with our own cloud.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "microphone", "location", "voice", "activity", "detector", "heartrate", "bluetooth", "texttospeech" ], "author": "interaction-services", "license": "MIT", "dependencies": { "@mjyc/voice-activity-detection": "^1.0.0", "artyom.js": "^1.0.6", "assert": "^2.0.0", "axios": "^0.26.1", "jquery": "^3.6.0", "mic-recorder-to-mp3": "^2.2.2", "os": "^0.1.2" } }