{
  "name": "@bota-dev/react-native-sdk",
  "version": "0.0.51",
  "description": "Bota React Native SDK for Bluetooth device communication",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "build": "bob build",
    "prepublishOnly": "npm run build",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"src/**/*.{ts,tsx}\"",
    "test": "jest --passWithNoTests",
    "clean": "rm -rf lib"
  },
  "keywords": [
    "react-native",
    "ble",
    "bluetooth",
    "bota",
    "audio",
    "recording"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bota-dev/react-native-sdk.git"
  },
  "author": "Qi Zhang <qi@bota.dev>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bota-dev/react-native-sdk/issues"
  },
  "homepage": "https://docs.bota.dev",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.72.0",
    "react-native-ble-plx": ">=3.0.0",
    "@react-native-async-storage/async-storage": ">=1.21.0",
    "react-native-quick-crypto": ">=0.7.0"
  },
  "peerDependenciesMeta": {
    "react-native-ble-plx": {
      "optional": false
    },
    "@react-native-async-storage/async-storage": {
      "optional": false
    },
    "react-native-quick-crypto": {
      "optional": true
    }
  },
  "dependencies": {
    "buffer": "^6.0.3",
    "eventemitter3": "^5.0.1"
  },
  "devDependencies": {
    "@react-native-async-storage/async-storage": "^1.21.0",
    "@types/jest": "^29.5.12",
    "@types/react": "^18.2.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "react": "18.2.0",
    "react-native": "0.73.0",
    "react-native-ble-plx": "^3.1.2",
    "react-native-builder-bob": "^0.23.2",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
