UNPKG

react-native-audio-recorder-player

Version:
48 lines 1.27 kB
{ "name": "react-native-audio-recorder-player", "version": "3.2.1", "description": "React Native Audio Recorder and Player.", "homepage": "https://github.com/dooboolab/react-native-audio-recorder-player", "main": "index.ts", "types": "index.d.ts", "postinstall": "dooboolab-welcome postinstall", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && flowgen index.d.ts -o index.js.flow", "lint": "eslint -c .eslintrc.js 'index.ts'" }, "repository": { "type": "git", "url": "git+https://github.com/dooboolab/react-native-audio-recorder-player" }, "keywords": [ "react-native", "audio", "sound", "record", "recorder", "player" ], "author": "dooboolab", "license": "MIT", "peerDependencies": { "react": "*", "react-native": "*" }, "dependencies": { "dooboolab-welcome": "^1.3.2" }, "devDependencies": { "@dooboo/eslint-config": "^1.2.1", "@types/eslint": "^7.28.2", "@types/react": "17.0.34", "@types/react-native": "^0.66.4", "babel-eslint": "^10.1.0", "eslint": "^8.2.0", "eslint-plugin-prettier": "^4.0.0", "flow-bin": "^0.164.0", "flowgen": "^1.15.0", "prettier": "^2.4.1", "typescript": "^4.4.4" } }