UNPKG

react-native-audio-recorder-player

Version:
48 lines (47 loc) 1.23 kB
{ "name": "react-native-audio-recorder-player", "version": "3.6.13", "description": "React Native Audio Recorder and Player.", "homepage": "https://github.com/hyochan/react-native-audio-recorder-player", "main": "index.ts", "types": "index.d.ts", "postinstall": "hyochan-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/hyochan/react-native-audio-recorder-player" }, "keywords": [ "react-native", "audio", "sound", "record", "recorder", "player" ], "author": "hyochan", "license": "MIT", "peerDependencies": { "react": "*", "react-native": "*" }, "dependencies": { "hyochan-welcome": "^1.0.0" }, "devDependencies": { "eslint": "^8.57.0", "eslint-config-expo": "^7.1.2", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "flow-bin": "^0.196.3", "flowgen": "^1.21.0", "jest": "^29.3.1", "prettier": "^3.3.0", "react-native": "^0.74.2", "typescript": "^4.9.4" } }