UNPKG

react-native-audio-recorder-player

Version:
51 lines (50 loc) 1.36 kB
{ "name": "react-native-audio-recorder-player", "version": "3.5.4", "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", "react-native-audio-recorder-player": "^3.5.1" }, "devDependencies": { "@dooboo/eslint-config-react-native": "^1.0.4", "@types/eslint": "^8.4.10", "@types/react": "18.0.26", "@types/react-native": "^0.70.8", "babel-eslint": "^10.1.0", "eslint": "^8.31.0", "eslint-plugin-prettier": "^4.2.1", "flow-bin": "^0.196.3", "flowgen": "^1.21.0", "jest": "^29.3.1", "prettier": "^2.8.2", "typescript": "^4.9.4" } }