{
  "name": "react-native-ble-stream",
  "version": "0.0.8",
  "description": "A BLE/classic module for react native. Uses L2cap & rfcomm. Based on react-native-ble-manager",
  "main": "BleManager",
  "types": "./index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/innoveit/react-native-ble-manager.git"
  },
  "bugs": {
    "url": "https://github.com/innoveit/react-native-ble-manager/issues"
  },
  "keywords": [
    "react-native",
    "android",
    "ios",
    "ble",
    "bluetooth",
    "low energy"
  ],
  "license": "Apache-2.0",
  "author": {
    "name": "Innove",
    "url": "https://github.com/innoveit"
  },
  "scripts": {
    "version": "git add -A",
    "postversion": "git push && git push --tags"
  }
}
