{
  "name": "@burnt-labs/abstraxion-react-native",
  "version": "1.0.0-alpha.19",
  "description": "React Native implementation of Abstraxion for XION blockchain",
  "repository": {
    "type": "git",
    "url": "https://github.com/burnt-labs/xion.js",
    "directory": "packages/abstraxion-react-native"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**",
    "libsodiumWrapper.js",
    "metro.libsodium.js"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.75.0",
    "react-native-get-random-values": "^1.11.0",
    "react-native-quick-crypto": "^0.7.0"
  },
  "dependencies": {
    "@cosmjs/cosmwasm-stargate": "^0.36.0",
    "@cosmjs/stargate": "^0.36.0",
    "@react-native-async-storage/async-storage": "1.23.1",
    "expo-linking": "~7.0.5",
    "expo-web-browser": "~14.0.2",
    "jose": "^5.1.3",
    "@burnt-labs/abstraxion-core": "1.0.0-alpha.70",
    "@burnt-labs/constants": "0.1.0-alpha.24"
  },
  "devDependencies": {
    "@types/react": "^18.2.15",
    "@types/react-native": "^0.72.2",
    "react": "^18.2.0",
    "react-native": "0.76.7",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.2",
    "tsup": "^6.0.1",
    "typescript": "^5.2.2",
    "@burnt-labs/eslint-config-custom": "0.0.1-alpha.0",
    "@burnt-labs/tsconfig": "0.0.1-alpha.0"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "clean": "rimraf dist",
    "lint": "eslint src/"
  }
}