{
  "name": "react-native-audio-recorder-player",
  "version": "3.4.0",
  "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.3.4",
    "@types/eslint": "^8.4.1",
    "@types/react": "17.0.43",
    "@types/react-native": "^0.67.3",
    "babel-eslint": "^10.1.0",
    "eslint": "^8.12.0",
    "eslint-plugin-prettier": "^4.0.0",
    "flow-bin": "^0.174.1",
    "flowgen": "^1.17.0",
    "prettier": "^2.6.1",
    "typescript": "^4.6.3"
  }
}