{
  "name": "@far1s/react-native-daily-transport",
  "version": "0.3.5-f1",
  "license": "BSD-2-Clause",
  "description": "React Native library for connecting to RTVI client using Daily",
  "source": "./src/index.tsx",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "types": "./lib/typescript/module/src/index.d.ts",
  "files": [
    "lib",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "test": "jest",
    "typecheck": "tsc",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "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/rtvi-ai/rtvi-client-react-native-daily.git"
  },
  "bugs": {
    "url": "https://github.com/rtvi-ai/rtvi-client-react-native-daily/issues"
  },
  "homepage": "https://github.com/rtvi-ai/rtvi-client-react-native-daily#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "resolutions": {
    "@types/react": "18.0.38"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@react-native",
      "prettier"
    ],
    "rules": {
      "react/react-in-jsx-scope": "off",
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "esm": true
        }
      ],
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json",
          "esm": true
        }
      ]
    ]
  },
  "dependencies": {
    "@far1s/react-native-daily-js": "^0.76.0-f4",
    "@pipecat-ai/client-js": "^0.3.5"
  },
  "peerDependencies": {
    "@daily-co/react-native-webrtc": "^118.0.3-daily.2",
    "@far1s/react-native-daily-js": "^0.76.0-f4",
    "@react-native-async-storage/async-storage": "^1.23.1",
    "react-native-background-timer": "^2.4.1",
    "react-native-get-random-values": "^1.11.0"
  },
  "devDependencies": {
    "@daily-co/react-native-webrtc": "^118.0.3-daily.2",
    "@react-native-async-storage/async-storage": "^1.24.0",
    "@react-native/eslint-config": "^0.73.1",
    "@types/base-64": "^1.0.2",
    "@types/jest": "^29.5.5",
    "@types/react": "19.0.14",
    "del-cli": "^5.1.0",
    "eslint": "^8.51.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "jest": "^29.7.0",
    "prettier": "^3.0.3",
    "react-native-background-timer": "^2.4.1",
    "react-native-builder-bob": "^0.39.1",
    "react-native-get-random-values": "^1.11.0",
    "typescript": "^5.8.3"
  }
}