firebase-authentication-to-bigquery-export
Version:
An automatic tool for copying and converting Firestore data to BigQuery.
34 lines • 1.04 kB
JSON
{
"name": "firebase-authentication-to-bigquery-export",
"version": "1.2.0",
"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": "^6.0.3",
"firebase-admin": "^11.2.0"
},
"devDependencies": {
"typescript": "^4.8.4"
}
}