UNPKG

backend-google-login-ts

Version:

A secure and lightweight TypeScript package for handling Google OAuth2 authentication in Node.js backend applications. Simplifies the process of integrating Google login with built-in TypeScript support and zero dependencies.

53 lines (52 loc) 1.29 kB
{ "name": "backend-google-login-ts", "version": "1.0.2", "description": "A secure and lightweight TypeScript package for handling Google OAuth2 authentication in Node.js backend applications. Simplifies the process of integrating Google login with built-in TypeScript support and zero dependencies.", "type": "module", "main": "./lib/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", "exports": { ".": { "import": "./lib/index.js", "types": "./lib/index.d.ts" } }, "scripts": { "build": "rimraf lib && tsc", "prepare": "npm run build" }, "keywords": [ "backend-google-login-ts", "react-google-login-ts", "node", "nodejs", "google-oauth", "google-login", "oauth2", "authentication", "google-auth", "backend", "typescript", "nodejs", "google-signin", "oauth2-authentication", "google-oauth2", "auth", "login", "google-api", "server-side", "web-development", "performance", "lightweight" ], "author": "Mohammad Gholami", "license": "MIT", "files": [ "lib/**/*", "LICENSE.md" ], "devDependencies": { "@types/node": "^22.10.2" } }