UNPKG

passport-telegram-web-app

Version:

A [Passport](https://www.passportjs.org/) strategy for [telegram web app (bots)](https://core.telegram.org/bots/webapps) authentication.

54 lines (53 loc) 1.63 kB
{ "name": "passport-telegram-web-app", "version": "1.1.0", "description": "A [Passport](https://www.passportjs.org/) strategy for [telegram web app (bots)](https://core.telegram.org/bots/webapps) authentication.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "prepare": "husky install && npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "prebuild": "rimraf dist", "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json" }, "repository": { "type": "git", "url": "git+https://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@github.com/NikyOFF/telegram-web-app-passport.git" }, "keywords": [ "passport", "telegram", "bot", "web-app" ], "author": "nikyoff", "license": "ISC", "bugs": { "url": "https://github.com/NikyOFF/telegram-web-app-passport/issues" }, "homepage": "https://github.com/NikyOFF/telegram-web-app-passport#readme", "devDependencies": { "@commitlint/cli": "^17.3.0", "@commitlint/config-conventional": "^17.3.0", "@types/crypto-js": "^4.1.1", "@types/passport-strategy": "^0.2.35", "husky": "^8.0.2", "prettier": "^2.8.0", "rimraf": "^3.0.2", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.9.3" }, "“files": [ "lib/**/*" ], "dependencies": { "crypto-js": "^4.1.1", "passport-strategy": "^1.0.0" } }