{
  "name": "@uppy/audio",
  "description": "Uppy plugin that records audio using the device’s microphone.",
  "version": "2.1.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": "^6.1.3",
    "preact": "^10.5.13"
  },
  "devDependencies": {
    "vitest": "^1.6.1"
  },
  "peerDependencies": {
    "@uppy/core": "^4.4.4"
  },
  "publishConfig": {
    "access": "public"
  }
}