{ "name": "@uppy/audio", "description": "Uppy plugin that records audio using the device’s microphone.", "version": "2.0.2", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", "keywords": [ "file uploader", "uppy", "uppy-plugin", "audio", "microphone", "sound", "record", "mediarecorder" ], "type": "module", "homepage": "https://uppy.io", "bugs": { "url": "https://github.com/transloadit/uppy/issues" }, "repository": { "type": "git", "url": "git+https://github.com/transloadit/uppy.git" }, "dependencies": { "@uppy/utils": "workspace:^", "preact": "^10.5.13" }, "devDependencies": { "vitest": "^1.2.1" }, "peerDependencies": { "@uppy/core": "workspace:^" }, "publishConfig": { "access": "public" } }