react-native-tdlib
Version:
React Native wrapper for TDLib
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "react-native-tdlib",
"version": "1.0.2",
"description": "React Native wrapper for TDLib",
"main": "index.js",
"types": "index.d.ts",
"homepage": "https://github.com/vladlenskiy/react-native-tdlib",
"keywords": [
"react-native",
"tdlib",
"telegram",
"telegram-api",
"telegram-client",
"telegram-database-library",
"td",
"react-native-telegram",
"telegram-bot",
"telegram-integration",
"telegram-sdk",
"messaging",
"react-native-library",
"react-native-module",
"open-source",
"telegram-wrapper",
"telegram-react-native",
"tdlib-wrapper",
"tdlib-react-native",
"telegram-integration",
"async-api",
"real-time-messaging",
"secure-messaging",
"tdlib-integration"
],
"author": "Vladlen Kaveev",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/react": "*",
"@types/react-native": "*",
"typescript": "^3.8.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}