{
  "name": "@pipecat-ai/react-native-small-webrtc-transport",
  "version": "1.8.0",
  "license": "BSD-2-Clause",
  "description": "React Native library for connecting to RTVI client using Small WebRTC",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "types": "./lib/typescript/module/transports/smallwebrtc/src/index.d.ts",
  "files": [
    "lib",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "test": "jest",
    "typecheck": "tsc",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "lint:fix": "eslint \"**/*.{js,ts,tsx}\" --fix",
    "clean": "del-cli lib",
    "prepare": "bob build",
    "build": "bob build",
    "tag": "../../scripts/tag",
    "prepublishOnly": "npm run tag"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pipecat-ai/pipecat-client-react-native-transports.git"
  },
  "bugs": {
    "url": "https://github.com/pipecat-ai/pipecat-client-react-native-transports/issues"
  },
  "homepage": "https://github.com/pipecat-ai/pipecat-client-react-native-transports#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "esm": true
        }
      ],
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "dependencies": {
    "@pipecat-ai/client-js": "^1.12.0",
    "lodash": "^4.17.21"
  },
  "peerDependencies": {
    "@daily-co/react-native-webrtc": "^124.0.6-daily.2",
    "react-native": "*"
  },
  "devDependencies": {
    "@daily-co/react-native-webrtc": "^124.0.6-daily.2",
    "@types/base-64": "^1.0.2",
    "@types/lodash": "^4.17.20",
    "@types/react": "18.3.21",
    "del-cli": "^6.0.0",
    "react-native": "*",
    "react-native-builder-bob": "^0.40.13",
    "typescript": "*"
  }
}
