- Add metadata field to PeerDiscoveredEvent interface - Add metadata field to PeerInfo interface - Update event handler to forward metadata from native events - Enables proper user identification in discovery 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
36 lines
860 B
JSON
36 lines
860 B
JSON
{
|
|
"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"
|
|
} |