{
  "name": "@mythologi/react-native-sound-player",
  "version": "0.11.4",
  "description": "Play or stream audio files in ReactNative on iOS/Android",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "reactnative",
    "react-native",
    "sound",
    "player",
    "audio",
    "streaming"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/johnsonsu/react-native-sound-player"
  },
  "scripts": {
    "prettier": "prettier --write ."
  },
  "author": {
    "name": "Johnson Su",
    "email": "johnsonsu@johnsonsu.com"
  },
  "license": "MIT",
  "devDependencies": {
    "prettier": "^2.6.0"
  }
}
