react-telegram-auth
Version:
React component wrapper for Telegram Login Widget
40 lines (39 loc) • 828 B
JSON
{
"name": "react-telegram-auth",
"version": "1.0.4",
"description": "React component wrapper for Telegram Login Widget",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc"
},
"files": [
"lib/**/*"
],
"author": "Alximicus",
"license": "MIT",
"keywords": [
"typescript",
"telegram",
"react",
"tg",
"telegram-widget",
"tg-widget",
"telegram-auth"
],
"repository": {
"type": "git",
"url": "git@github.com:Alximicus/react-telegram-auth.git"
},
"bugs": {
"url": "https://github.com/Alximicus/react-telegram-auth/issues"
},
"devDependencies": {
"@types/react": "18.0.28",
"typescript": "4.9.5"
},
"dependencies": {
"react": "18.2.0"
}
}