UNPKG

passport-telegram-official

Version:

Telegram (not official, just the name) authentication strategy for Passport (https://core.telegram.org/widgets/login)

66 lines (65 loc) 1.65 kB
{ "name": "passport-telegram-official", "version": "3.0.0", "description": "Telegram (not official, just the name) authentication strategy for Passport (https://core.telegram.org/widgets/login)", "author": "Andrey Vasilev", "license": "MIT", "homepage": "https://github.com/Blitss/passport-telegram-official#readme", "repository": { "type": "git", "url": "git+https://github.com/Blitss/passport-telegram-official.git" }, "bugs": { "url": "https://github.com/Blitss/passport-telegram-official/issues" }, "keywords": [ "passport", "telegram", "auth", "login", "oauth" ], "exports": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "bun build.ts", "prepublish": "bun run build", "lint": "eslint --fix src/**/*.ts", "test": "jest" }, "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/MIT" } ], "release": { "branch": "master" }, "peerDependencies": { "express": "*", "passport": "^0.7.0" }, "dependencies": { "passport-strategy": "^1.0.0" }, "devDependencies": { "@antfu/eslint-config": "^6.2.0", "@types/bun": "^1.3.2", "@types/express": "^5.0.5", "@types/express-serve-static-core": "^5.1.0", "@types/node": "^24.10.1", "@types/passport-strategy": "^0.2.38", "body-parser": "^2.2.0", "bun-plugin-dts": "^0.3.0", "eslint": "^9.39.1", "express": "^5.1.0", "typescript": "^5.9.3" } }