{
  "name": "@react-native-ohos/react-native-audio-recorder-player",
  "version": "3.7.0",
  "description": "React Native Audio Recorder and Player.",
  "homepage": "https://gitcode.com/openharmony-sig/rntpc_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'"
  },
  "harmony": {
    "alias": "react-native-audio-recorder-player"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitcode.com/openharmony-sig/rntpc_react-native-audio-recorder-player"
  },
  "keywords": [
    "react-native",
    "audio",
    "sound",
    "record",
    "recorder",
    "player",
    "harmony"
  ],
  "files": [
    "src",
    "harmony",
	  "index.ts",
	  "index.d.ts"
  ],
  "author": "dooboolab",
  "license": "MIT",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "dependencies": {
    "dooboolab-welcome": "^1.3.2",
    "react-native-audio-recorder-player":"^3.6.13"
  },
  "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"
  }
}

