@webda/google-auth
Version:
Webda Google Authentication
71 lines (70 loc) • 1.46 kB
JSON
{
"name": "@webda/google-auth",
"version": "3.2.1",
"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.17.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.0",
"node-fetch": "^3.3.1",
"sinon": "^18.0.0"
},
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"nx": {
"implicitDependencies": [
"@webda/core",
"@webda/shell"
]
},
"gitHead": "b9446d5fdc41c055a4b0cebe30892dfd1304f423"
}