UNPKG

use-audio-recorder

Version:

react hooks use audio recorder: PCM

75 lines (74 loc) 1.49 kB
{ "version": "0.1.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "keywords": [ "react", "hook", "react hook", "audio", "media", "media recorder", "audio recorder", "recorder" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "peerDependencies": { "react": ">=16" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "use-audio-recorder", "author": "akazwz", "module": "dist/use-audio-recorder.esm.js", "size-limit": [ { "path": "dist/use-audio-recorder.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/use-audio-recorder.esm.js", "limit": "10 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^7.0.8", "@types/react": "^17.0.39", "@types/react-dom": "^17.0.13", "@types/dom-mediacapture-record": "1.0.11", "husky": "^7.0.4", "react": "^17.0.2", "react-dom": "^17.0.2", "size-limit": "^7.0.8", "tsdx": "^0.14.1", "tslib": "^2.3.1", "typescript": "^4.6.2" }, "dependencies": { } }