{
  "name": "qaapio-reecord-mp3",
  "version": "0.1.0",
  "description": "A convenient and powerful React hook and component for audio recording with customizable options and audio levels.",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
    "prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"",
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run prettier && npm run lint"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dinakar17/react-microphone-recorder.git"
  },
  "keywords": [
    "react",
    "react-hook",
    "react-component",
    "react-microphone",
    "react-microphone-recorder",
    "react-audio-recorder",
    "typescript"
  ],
  "author": "serjikmou",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dinakar17/react-microphone-recorder/issues"
  },
  "homepage": "https://react-microphone-recorder.vercel.app/",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^14.0.0",
    "@types/babel__template": "^7.4.1",
    "@types/jest": "^29.5.1",
    "@types/react": "^18.2.6",
    "@types/testing-library__jest-dom": "^5.14.5",
    "@typescript-eslint/eslint-plugin": "^5.59.5",
    "@typescript-eslint/parser": "^5.59.5",
    "eslint": "^8.40.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jest": "^29.5.0",
    "jest-canvas-mock": "^2.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "prettier": "^2.8.8",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "ts-jest": "^29.1.0",
    "tslib": "^2.5.0",
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "react": ">=16.8.0 || >=17.0.0",
    "react-dom": ">=16.8.0 || >=17.0.0"
  },
  "directories": {
    "test": "tests"
  },
  "dependencies": {
    "abab": "^2.0.6",
    "acorn": "^8.8.2",
    "acorn-globals": "^7.0.1",
    "acorn-jsx": "^5.3.2",
    "acorn-walk": "^8.2.0",
    "agent-base": "^6.0.2",
    "ajv": "^6.12.6",
    "ansi-escapes": "^4.3.2",
    "ansi-regex": "^5.0.1",
    "ansi-styles": "^4.3.0",
    "anymatch": "^3.1.3",
    "argparse": "^2.0.1",
    "aria-query": "^5.1.3",
    "array-buffer-byte-length": "^1.0.0",
    "array-includes": "^3.1.6",
    "array-union": "^2.1.0",
    "array.prototype.flatmap": "^1.3.1",
    "array.prototype.tosorted": "^1.1.1",
    "asynckit": "^0.4.0",
    "available-typed-arrays": "^1.0.5",
    "babel-jest": "^29.5.0",
    "babel-plugin-istanbul": "^6.1.1",
    "babel-plugin-jest-hoist": "^29.5.0",
    "babel-preset-current-node-syntax": "^1.0.1",
    "babel-preset-jest": "^29.5.0",
    "balanced-match": "^1.0.2",
    "brace-expansion": "^1.1.11",
    "braces": "^3.0.2",
    "browserslist": "^4.21.5",
    "bs-logger": "^0.2.6",
    "bser": "^2.1.1",
    "buffer-from": "^1.1.2",
    "call-bind": "^1.0.2",
    "callsites": "^3.1.0",
    "camelcase": "^6.3.0",
    "caniuse-lite": "^1.0.30001487",
    "chalk": "^4.1.2",
    "char-regex": "^1.0.2",
    "ci-info": "^3.8.0",
    "cjs-module-lexer": "^1.2.2",
    "cliui": "^8.0.1",
    "co": "^4.6.0",
    "collect-v8-coverage": "^1.0.1",
    "color-convert": "^2.0.1",
    "color-name": "^1.1.4",
    "combined-stream": "^1.0.8",
    "concat-map": "^0.0.1",
    "convert-source-map": "^1.9.0",
    "cross-spawn": "^7.0.3",
    "css.escape": "^1.5.1",
    "cssfontparser": "^1.2.1",
    "cssom": "^0.5.0",
    "cssstyle": "^2.3.0",
    "csstype": "^3.1.2",
    "data-urls": "^3.0.2",
    "debug": "^4.3.4",
    "decimal.js": "^10.4.3",
    "dedent": "^0.7.0",
    "deep-equal": "^2.2.1",
    "deep-is": "^0.1.4",
    "deepmerge": "^4.3.1",
    "define-properties": "^1.2.0",
    "delayed-stream": "^1.0.0",
    "detect-newline": "^3.1.0",
    "diff-sequences": "^29.4.3",
    "dir-glob": "^3.0.1",
    "doctrine": "^2.1.0",
    "dom-accessibility-api": "^0.5.16",
    "domexception": "^4.0.0",
    "electron-to-chromium": "^1.4.394",
    "emittery": "^0.13.1",
    "emoji-regex": "^8.0.0",
    "entities": "^4.5.0",
    "error-ex": "^1.3.2",
    "es-abstract": "^1.21.2",
    "es-get-iterator": "^1.1.3",
    "es-set-tostringtag": "^2.0.1",
    "es-shim-unscopables": "^1.0.0",
    "es-to-primitive": "^1.2.1",
    "escalade": "^3.1.1",
    "escape-string-regexp": "^4.0.0",
    "escodegen": "^2.0.0",
    "eslint-scope": "^7.2.0",
    "eslint-visitor-keys": "^3.4.1",
    "espree": "^9.5.2",
    "esprima": "^4.0.1",
    "esquery": "^1.5.0",
    "esrecurse": "^4.3.0",
    "estraverse": "^5.3.0",
    "esutils": "^2.0.3",
    "execa": "^5.1.1",
    "exit": "^0.1.2",
    "expect": "^29.5.0",
    "fast-deep-equal": "^3.1.3",
    "fast-diff": "^1.2.0",
    "fast-glob": "^3.2.12",
    "fast-json-stable-stringify": "^2.1.0",
    "fast-levenshtein": "^2.0.6",
    "fastq": "^1.15.0",
    "fb-watchman": "^2.0.2",
    "file-entry-cache": "^6.0.1",
    "fill-range": "^7.0.1",
    "find-up": "^4.1.0",
    "flat-cache": "^3.0.4",
    "flatted": "^3.2.7",
    "for-each": "^0.3.3",
    "form-data": "^4.0.0",
    "fs.realpath": "^1.0.0",
    "fsevents": "^2.3.2",
    "function-bind": "^1.1.1",
    "function.prototype.name": "^1.1.5",
    "functions-have-names": "^1.2.3",
    "gensync": "^1.0.0-beta.2",
    "get-caller-file": "^2.0.5",
    "get-intrinsic": "^1.2.1",
    "get-package-type": "^0.1.0",
    "get-stream": "^6.0.1",
    "get-symbol-description": "^1.0.0",
    "glob": "^7.2.3",
    "glob-parent": "^6.0.2",
    "globals": "^13.20.0",
    "globalthis": "^1.0.3",
    "globby": "^11.1.0",
    "gopd": "^1.0.1",
    "graceful-fs": "^4.2.11",
    "grapheme-splitter": "^1.0.4",
    "has": "^1.0.3",
    "has-bigints": "^1.0.2",
    "has-flag": "^4.0.0",
    "has-property-descriptors": "^1.0.0",
    "has-proto": "^1.0.1",
    "has-symbols": "^1.0.3",
    "has-tostringtag": "^1.0.0",
    "html-encoding-sniffer": "^3.0.0",
    "html-escaper": "^2.0.2",
    "http-proxy-agent": "^5.0.0",
    "https-proxy-agent": "^5.0.1",
    "human-signals": "^2.1.0",
    "iconv-lite": "^0.6.3",
    "ignore": "^5.2.4",
    "import-fresh": "^3.3.0",
    "import-local": "^3.1.0",
    "imurmurhash": "^0.1.4",
    "indent-string": "^4.0.0",
    "inflight": "^1.0.6",
    "inherits": "^2.0.4",
    "internal-slot": "^1.0.5",
    "is-arguments": "^1.1.1",
    "is-array-buffer": "^3.0.2",
    "is-arrayish": "^0.2.1",
    "is-bigint": "^1.0.4",
    "is-boolean-object": "^1.1.2",
    "is-callable": "^1.2.7",
    "is-core-module": "^2.12.0",
    "is-date-object": "^1.0.5",
    "is-extglob": "^2.1.1",
    "is-fullwidth-code-point": "^3.0.0",
    "is-generator-fn": "^2.1.0",
    "is-glob": "^4.0.3",
    "is-map": "^2.0.2",
    "is-negative-zero": "^2.0.2",
    "is-number": "^7.0.0",
    "is-number-object": "^1.0.7",
    "is-path-inside": "^3.0.3",
    "is-potential-custom-element-name": "^1.0.1",
    "is-regex": "^1.1.4",
    "is-set": "^2.0.2",
    "is-shared-array-buffer": "^1.0.2",
    "is-stream": "^2.0.1",
    "is-string": "^1.0.7",
    "is-symbol": "^1.0.4",
    "is-typed-array": "^1.1.10",
    "is-weakmap": "^2.0.1",
    "is-weakref": "^1.0.2",
    "is-weakset": "^2.0.2",
    "isarray": "^2.0.5",
    "isexe": "^2.0.0",
    "istanbul-lib-coverage": "^3.2.0",
    "istanbul-lib-instrument": "^5.2.1",
    "istanbul-lib-report": "^3.0.0",
    "istanbul-lib-source-maps": "^4.0.1",
    "istanbul-reports": "^3.1.5",
    "jest-changed-files": "^29.5.0",
    "jest-circus": "^29.5.0",
    "jest-cli": "^29.5.0",
    "jest-config": "^29.5.0",
    "jest-diff": "^29.5.0",
    "jest-docblock": "^29.4.3",
    "jest-each": "^29.5.0",
    "jest-environment-node": "^29.5.0",
    "jest-get-type": "^29.4.3",
    "jest-haste-map": "^29.5.0",
    "jest-leak-detector": "^29.5.0",
    "jest-matcher-utils": "^29.5.0",
    "jest-message-util": "^29.5.0",
    "jest-mock": "^29.5.0",
    "jest-pnp-resolver": "^1.2.3",
    "jest-regex-util": "^29.4.3",
    "jest-resolve": "^29.5.0",
    "jest-resolve-dependencies": "^29.5.0",
    "jest-runner": "^29.5.0",
    "jest-runtime": "^29.5.0",
    "jest-snapshot": "^29.5.0",
    "jest-util": "^29.5.0",
    "jest-validate": "^29.5.0",
    "jest-watcher": "^29.5.0",
    "jest-worker": "^29.5.0",
    "js-sdsl": "^4.4.0",
    "js-tokens": "^4.0.0",
    "js-yaml": "^4.1.0",
    "jsdom": "^20.0.3",
    "jsesc": "^2.5.2",
    "json-parse-even-better-errors": "^2.3.1",
    "json-schema-traverse": "^0.4.1",
    "json-stable-stringify-without-jsonify": "^1.0.1",
    "json5": "^2.2.3",
    "jsx-ast-utils": "^3.3.3",
    "kleur": "^3.0.3",
    "leven": "^3.1.0",
    "levn": "^0.4.1",
    "lines-and-columns": "^1.2.4",
    "locate-path": "^5.0.0",
    "lodash": "^4.17.21",
    "lodash.memoize": "^4.1.2",
    "lodash.merge": "^4.6.2",
    "loose-envify": "^1.4.0",
    "lru-cache": "^6.0.0",
    "lz-string": "^1.5.0",
    "make-dir": "^3.1.0",
    "make-error": "^1.3.6",
    "makeerror": "^1.0.12",
    "merge-stream": "^2.0.0",
    "merge2": "^1.4.1",
    "micromatch": "^4.0.5",
    "mime-db": "^1.52.0",
    "mime-types": "^2.1.35",
    "mimic-fn": "^2.1.0",
    "min-indent": "^1.0.1",
    "minimatch": "^3.1.2",
    "moo-color": "^1.0.3",
    "ms": "^2.1.2",
    "natural-compare": "^1.4.0",
    "natural-compare-lite": "^1.4.0",
    "node-int64": "^0.4.0",
    "node-releases": "^2.0.10",
    "normalize-path": "^3.0.0",
    "npm-run-path": "^4.0.1",
    "nwsapi": "^2.2.4",
    "object-assign": "^4.1.1",
    "object-inspect": "^1.12.3",
    "object-is": "^1.1.5",
    "object-keys": "^1.1.1",
    "object.assign": "^4.1.4",
    "object.entries": "^1.1.6",
    "object.fromentries": "^2.0.6",
    "object.hasown": "^1.1.2",
    "object.values": "^1.1.6",
    "once": "^1.4.0",
    "onetime": "^5.1.2",
    "optionator": "^0.9.1",
    "p-limit": "^3.1.0",
    "p-locate": "^4.1.0",
    "p-try": "^2.2.0",
    "parent-module": "^1.0.1",
    "parse-json": "^5.2.0",
    "parse5": "^7.1.2",
    "path-exists": "^4.0.0",
    "path-is-absolute": "^1.0.1",
    "path-key": "^3.1.1",
    "path-parse": "^1.0.7",
    "path-type": "^4.0.0",
    "picocolors": "^1.0.0",
    "picomatch": "^2.3.1",
    "pirates": "^4.0.5",
    "pkg-dir": "^4.2.0",
    "prelude-ls": "^1.1.2",
    "prettier-linter-helpers": "^1.0.0",
    "pretty-format": "^29.5.0",
    "prompts": "^2.4.2",
    "prop-types": "^15.8.1",
    "psl": "^1.9.0",
    "punycode": "^2.3.0",
    "pure-rand": "^6.0.2",
    "querystringify": "^2.2.0",
    "queue-microtask": "^1.2.3",
    "react-is": "^18.2.0",
    "redent": "^3.0.0",
    "regenerator-runtime": "^0.13.11",
    "regexp.prototype.flags": "^1.5.0",
    "require-directory": "^2.1.1",
    "requires-port": "^1.0.0",
    "resolve": "^2.0.0-next.4",
    "resolve-cwd": "^3.0.0",
    "resolve-from": "^5.0.0",
    "resolve.exports": "^2.0.2",
    "reusify": "^1.0.4",
    "rimraf": "^3.0.2",
    "run-parallel": "^1.2.0",
    "safe-regex-test": "^1.0.0",
    "safer-buffer": "^2.1.2",
    "saxes": "^6.0.0",
    "scheduler": "^0.23.0",
    "semver": "^6.3.0",
    "shebang-command": "^2.0.0",
    "shebang-regex": "^3.0.0",
    "side-channel": "^1.0.4",
    "signal-exit": "^3.0.7",
    "sisteransi": "^1.0.5",
    "slash": "^3.0.0",
    "source-map": "^0.6.1",
    "source-map-support": "^0.5.13",
    "sprintf-js": "^1.0.3",
    "stack-utils": "^2.0.6",
    "stop-iteration-iterator": "^1.0.0",
    "string-length": "^4.0.2",
    "string-width": "^4.2.3",
    "string.prototype.matchall": "^4.0.8",
    "string.prototype.trim": "^1.2.7",
    "string.prototype.trimend": "^1.0.6",
    "string.prototype.trimstart": "^1.0.6",
    "strip-ansi": "^6.0.1",
    "strip-bom": "^4.0.0",
    "strip-final-newline": "^2.0.0",
    "strip-indent": "^3.0.0",
    "strip-json-comments": "^3.1.1",
    "supports-color": "^7.2.0",
    "supports-preserve-symlinks-flag": "^1.0.0",
    "symbol-tree": "^3.2.4",
    "test-exclude": "^6.0.0",
    "text-table": "^0.2.0",
    "tmpl": "^1.0.5",
    "to-fast-properties": "^2.0.0",
    "to-regex-range": "^5.0.1",
    "tough-cookie": "^4.1.2",
    "tr46": "^3.0.0",
    "tsutils": "^3.21.0",
    "type-check": "^0.3.2",
    "type-detect": "^4.0.8",
    "type-fest": "^0.20.2",
    "typed-array-length": "^1.0.4",
    "unbox-primitive": "^1.0.2",
    "universalify": "^0.2.0",
    "update-browserslist-db": "^1.0.11",
    "uri-js": "^4.4.1",
    "url-parse": "^1.5.10",
    "v8-to-istanbul": "^9.1.0",
    "w3c-xmlserializer": "^4.0.0",
    "walker": "^1.0.8",
    "webidl-conversions": "^7.0.0",
    "whatwg-encoding": "^2.0.0",
    "whatwg-mimetype": "^3.0.0",
    "whatwg-url": "^11.0.0",
    "which": "^2.0.2",
    "which-boxed-primitive": "^1.0.2",
    "which-collection": "^1.0.1",
    "which-typed-array": "^1.1.9",
    "word-wrap": "^1.2.3",
    "wrap-ansi": "^7.0.0",
    "wrappy": "^1.0.2",
    "write-file-atomic": "^4.0.2",
    "ws": "^8.13.0",
    "xml-name-validator": "^4.0.0",
    "xmlchars": "^2.2.0",
    "y18n": "^5.0.8",
    "yallist": "^4.0.0",
    "yargs": "^17.7.2",
    "yargs-parser": "^21.1.1",
    "yocto-queue": "^0.1.0"
  }
}
