@uppy/audio
Version:
Uppy plugin that records audio using the device’s microphone.
40 lines • 823 B
JSON
{
"name": "@uppy/audio",
"description": "Uppy plugin that records audio using the device’s microphone.",
"version": "2.1.3",
"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": "^6.1.4",
"preact": "^10.5.13"
},
"devDependencies": {
"vitest": "^1.6.1"
},
"peerDependencies": {
"@uppy/core": "^4.4.5"
},
"publishConfig": {
"access": "public"
}
}