{
    "name": "firebase-authentication-to-bigquery-export",
    "version": "1.0.5",
    "description": "An automatic tool for copying and converting Firestore data to BigQuery.",
    "main": "lib/index.js",
    "scripts": {
        "build": "tsc",
        "prepublishOnly": "npm run build"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/keito5656/firebase-authentication-to-bigquery-export.git"
    },
    "keywords": [
        "Firebase",
        "BigQuery",
        "Export",
        "Authentication",
        "Firebase Authentication"
    ],
    "author": "keito5656 <b08109@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/keito5656/firebase-authentication-to-bigquery-export/issues"
    },
    "homepage": "https://github.com/keito5656/firebase-authentication-to-bigquery-export#readme",
    "dependencies": {
        "@google-cloud/bigquery": "^4.1.8",
        "firebase-admin": "^8.4.0"
    },
    "devDependencies": {
        "typescript": "^3.5.2"
    }
}