{ "name": "@metatrom/libp2p-native-bridge", "version": "1.2.0-beta.1", "main": "index.ts", "type": "module", "description": "Native libp2p bridge for React Native applications", "metatrom": { "ior": "com.metatrom.libp2p-native-bridge@1.2.0-beta.1", "capabilities": { "p2p": true, "contracts": false, "viewer": false, "sync": true } }, "exports": { ".": "./index.ts", "./settings": "./implementations/SettingsService.ts", "./ui": "./implementations/SettingsUI.tsx", "./interfaces": "./interfaces/index.ts" }, "peerDependencies": { "react": ">=18.0.0", "react-native": ">=0.72.0", "@react-native-async-storage/async-storage": "*" }, "keywords": [ "libp2p", "react-native", "p2p", "networking", "metatrom" ], "author": "Metatrom", "license": "MIT" }