UNPKG

@furystack/auth-google

Version:

Google Authentication Provider for FuryStack

51 lines 1.13 kB
{ "name": "@furystack/auth-google", "version": "9.0.17", "description": "Google Authentication Provider for FuryStack", "type": "module", "scripts": { "build:es6": "tsc --outDir ./esm" }, "exports": { ".": { "import": "./esm/index.js" } }, "files": [ "esm", "types", "src" ], "repository": { "type": "git", "url": "https://github.com/furystack/furystack.git" }, "keywords": [ "FuryStack", "Authentication", "OAuth", "Google" ], "publishConfig": { "access": "public" }, "author": "gallay.lajos@gmail.com", "license": "GPL-2.0", "bugs": { "url": "https://github.com/furystack/furystack/issues" }, "homepage": "https://github.com/furystack/furystack", "dependencies": { "@furystack/core": "^15.0.16", "@furystack/inject": "^12.0.13", "@furystack/rest": "^8.0.16", "@furystack/rest-service": "^10.0.17" }, "devDependencies": { "@furystack/utils": "^8.0.12", "@types/node": "^22.13.14", "typescript": "^5.8.2", "vitest": "^3.1.1" }, "gitHead": "1045d854bfd8c475b7035471d130d401417a2321" }