{
  "name": "@dubsdotapp/expo",
  "version": "0.5.36",
  "description": "React Native SDK for the Dubs betting platform",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "react-native": "./dist/index.js",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./app.plugin": "./app.plugin.js",
    "./app.plugin.js": "./app.plugin.js"
  },
  "files": [
    "dist",
    "src",
    "app.plugin.js"
  ],
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "dev": "tsup --watch",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "dependencies": {
    "bs58": "^5.0.0",
    "expo-crypto": "~14.0.0",
    "socket.io-client": "^4.8.3",
    "tweetnacl": "^1.0.3"
  },
  "peerDependencies": {
    "@solana/web3.js": "^1.90.0",
    "expo-device": ">=6.0.0",
    "expo-notifications": ">=0.28.0",
    "expo-secure-store": ">=13.0.0",
    "react": ">=18.0.0",
    "react-native": ">=0.72.0"
  },
  "peerDependenciesMeta": {
    "expo-secure-store": {
      "optional": true
    },
    "expo-device": {
      "optional": true
    },
    "expo-notifications": {
      "optional": true
    }
  },
  "optionalDependencies": {
    "@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.0.0"
  },
  "devDependencies": {
    "@solana/web3.js": "^1.95.0",
    "@types/react": "^18.2.0",
    "expo-device": "^7.0.0",
    "react": "^18.2.0",
    "react-native": "^0.73.0",
    "tsup": "^8.0.0",
    "typescript": "^5.3.0"
  },
  "keywords": [
    "solana",
    "betting",
    "react-native",
    "expo",
    "dubs",
    "web3"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/iheartsolana/dubs-expo"
  }
}
