{
  "name": "@webda/google-auth",
  "version": "3.2.3",
  "description": "Webda Google Authentication",
  "main": "lib/index.js",
  "scripts": {
    "build": "webda build",
    "build:watch": "webda build --watch",
    "pretest": "npm run build",
    "lint": "prettier --check src/**/*",
    "lint:fix": "prettier --write src/**/*",
    "test": "c8 mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/loopingz/webda.io.git"
  },
  "keywords": [
    "webda",
    "modda"
  ],
  "files": [
    "lib",
    "webda.module.json",
    "package.json"
  ],
  "author": "loopingz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/loopingz/webda.io/issues"
  },
  "homepage": "https://github.com/loopingz/webda.io#readme",
  "dependencies": {
    "@webda/core": "^3.18.1",
    "google-auth-library": "^9.0.0"
  },
  "c8": {
    "report-dir": "./reports",
    "reporter": [
      "html",
      "lcov",
      "json",
      "text"
    ],
    "exclude": [
      "**/*.spec.ts"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@testdeck/mocha": "^0.3.2",
    "@types/node": "18.11.13",
    "@webda/shell": "^3.13.2",
    "node-fetch": "^3.3.1",
    "sinon": "^18.0.0"
  },
  "type": "module",
  "engines": {
    "node": ">=18.0.0"
  },
  "nx": {
    "implicitDependencies": [
      "@webda/core",
      "@webda/shell"
    ]
  },
  "gitHead": "1f7922b43dc46514e644e94c88f4c354a51bf4a1"
}
