{
  "name": "@furystack/shades",
  "version": "11.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",
    "Shades",
    "UI",
    "JSX",
    "WebApp"
  ],
  "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",
  "devDependencies": {
    "@types/jsdom": "^21.1.7",
    "@types/node": "^22.13.14",
    "jsdom": "^26.0.0",
    "typescript": "^5.8.2",
    "vitest": "^3.1.1"
  },
  "dependencies": {
    "@furystack/inject": "^12.0.13",
    "@furystack/rest": "^8.0.16",
    "@furystack/utils": "^8.0.12",
    "path-to-regexp": "^8.2.0",
    "semaphore-async-await": "^1.5.1"
  },
  "gitHead": "76e1d17a71b981984935c9a7a5791cf61ebf5213"
}