UNPKG

@rainb0w-clwn/passport-telegram-official

Version:

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

72 lines (71 loc) 1.98 kB
{ "name": "@rainb0w-clwn/passport-telegram-official", "version": "2.0.2", "description": "[UPDATED] Telegram (not official, just the name) authentication strategy for Passport (https://core.telegram.org/widgets/login)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prebuild": "rimraf dist", "build": "npx tsc -p tsconfig.build.json", "check": "npm run lint:check", "lint": "eslint --cache --max-warnings 0 --fix 'src/**/*.{ts,mts,js}'", "lint:check": "eslint --cache --max-warnings 0 'src/**/*.{ts,mts,js}'" }, "files": [ "dist" ], "engines": { "node": ">= 14.18.1" }, "keywords": [ "passport", "telegram", "auth", "login", "oauth" ], "repository": { "type": "git", "url": "git+https://github.com/rainb0w-clwn/passport-telegram-official.git" }, "author": "Andrey Vasilev (https://github.com/Blitss)", "contributors": [ "rainb0w-clwn (https://github.com/rainb0w-clwn)" ], "license": "MIT", "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/MIT" } ], "bugs": { "url": "https://github.com/rainb0w-clwn/passport-telegram-official/issues" }, "release": { "branch": "master" }, "homepage": "https://github.com/rainb0w-clwn/passport-telegram-official#readme", "dependencies": { "express": "^4.18.2", "passport-strategy": "^1.0.0" }, "devDependencies": { "@types/express": "^4.17.14", "@types/express-serve-static-core": "^4.17.31", "@types/lodash": "^4.14.188", "@types/passport-strategy": "^0.2.35", "body-parser": "^1.20.1", "eslint": "^7.32.0", "typescript": "^4.4.3", "passport": "^0.6.0", "@typescript-eslint/eslint-plugin": "5.40.1", "@typescript-eslint/parser": "5.40.1", "babel-jest": "29.2.1", "eslint-import-resolver-typescript": "3.5.2", "eslint-plugin-import": "2.26.0" }, "directories": { "example": "example" } }