{
  "name": "react-native-sound-player",
  "version": "0.14.5",
  "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": "git+https://github.com/johnsonsu/react-native-sound-player.git"
  },
  "author": {
    "name": "Johnson Su",
    "email": "johnsonsu@johnsonsu.com"
  },
  "prettier": {
    "trailingComma": "es5",
    "tabWidth": 2,
    "semi": true,
    "singleQuote": false
  },
  "license": "MIT"
}
