UNPKG

@charmr/oauth-button-web

Version:

A lightweight, framework-agnostic OAuth login button as a custom Web Component. Easily drop it into any HTML, React, Angular, or Vue project.

54 lines (53 loc) 1.1 kB
{ "name": "@charmr/oauth-button-web", "version": "0.1.85", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "license": "MIT", "files": [ "dist", "LICENSE", "README.md" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "scripts": { "build": "vite build && tsc -p tsconfig.build.json" }, "dependencies": { "@types/node": "^24.0.10" }, "devDependencies": { "typescript": "^5.4.0", "vite": "^7.0.2", "vite-tsconfig-paths": "^4.3.2" }, "keywords": [ "oauth", "oauth2", "web-components", "authentication", "google-login", "oauth-button", "charmr", "social-login", "oauth-client" ], "repository": { "type": "git", "url": "https://github.com/charmrcom/oauth-button.git" }, "bugs": { "url": "https://github.com/charmrcom/oauth-button/issues" }, "homepage": "https://github.com/charmrcom/oauth-button#readme", "publishConfig": { "access": "public" } }