mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 09:34:02 +00:00
38 lines
814 B
JSON
38 lines
814 B
JSON
{
|
||
"name": "@uppy/audio",
|
||
"description": "Uppy plugin that records audio using the device’s microphone.",
|
||
"version": "0.2.1",
|
||
"license": "MIT",
|
||
"main": "lib/index.js",
|
||
"style": "dist/style.min.css",
|
||
"types": "types/index.d.ts",
|
||
"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"
|
||
},
|
||
"peerDependencies": {
|
||
"@uppy/core": "workspace:^"
|
||
},
|
||
"publishConfig": {
|
||
"access": "public"
|
||
}
|
||
}
|