UNPKG

kaank-react-audio-recorder

Version:
60 lines (59 loc) 1.35 kB
{ "name": "kaank-react-audio-recorder", "version": "2.1.13", "description": "Audio Recorder", "main": "dist/AudioRecorder.min.js", "types": "dist/AudioRecorder.d.ts", "module": "dist/AudioRecorder.js", "jsnext:main": "dist/AudioRecorder.js", "license": "MIT", "author": "Dan Rouse", "fork": "Kaan KARATAÇ", "homepage": "https://github.com/kaank/react-audio-recorder", "repository": { "type": "git", "url": "https://github.com/kaank/react-audio-recorder.git" }, "bugs": { "url": "https://github.com/kaank/react-audio-recorder/issues" }, "scripts": { "build": "tsc", "dev": "tsc -w", "bundle": "webpack -p", "test": "jest", "prepublish": "npm run build && npm run bundle" }, "keywords": [ "react", "react-component", "audio", "web-audio", "recording", "microphone" ], "peerDependencies": { "react": "^16.3.2" }, "devDependencies": { "@types/react": "^16.4.18", "jest": "^23.6.0", "react-dom": "^16.3.2", "ts-jest": "^23.10.4", "typescript": "^3.1.3", "webpack": "^4.8.1", "webpack-cli": "^3.1.2" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/test/.*|\\.(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx" ] } }