UNPKG

@mvp-factory/holy-auth-firebase

Version:

Firebase Authentication module with Google Sign-In support

64 lines (63 loc) 1.49 kB
{ "name": "@mvp-factory/holy-auth-firebase", "version": "1.0.0", "description": "Firebase Authentication module with Google Sign-In support", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "build:watch": "tsc --watch", "test": "jest --passWithNoTests", "test:watch": "jest --watch", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.ts\"", "prepublishOnly": "npm run build && npm run test" }, "keywords": [ "firebase", "authentication", "google-signin", "auth", "firebase-auth", "holy-habit", "mvp-factory", "typescript" ], "author": "MVP Factory Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mvp-factory/holy-auth-firebase" }, "publishConfig": { "access": "public" }, "dependencies": { "firebase": "^10.0.0", "jsonwebtoken": "^9.0.2" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/jsonwebtoken": "^9.0.5", "@types/node": "^20.11.19", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.56.0", "jest": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "typescript": "^5.8.3" }, "peerDependencies": { "firebase": "^10.0.0" }, "engines": { "node": ">=14.0.0" } }