{
  "name": "react-native-blues",
  "version": "1.0.1",
  "description": "react-native-blues is a package for connecting Bluetooth Speaker based on A2dp Profile in React Native application.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "bluetooth",
    "speaker",
    "a2dp"
  ],
  "author": {
    "name": "Daehwan Park",
    "email": "glow153@gmail.com",
    "url": "https://github.com/raondata/react-native-blues"
  },
  "homepage": "https://github.com/raondata/react-native-blues",
  "bugs": {
    "email": "glow153@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/raondata/react-native-blues.git"
  },
  "license": "MIT",
  "peerDependencies": {
    "react-native": "^0.69.7"
  },
  "devDependencies": {
    "@types/react": "^18.0.0",
    "@types/react-native": "^0.41.2"
  }
}
