{
  "name": "@outsauced/fs-bq-schema-views",
  "version": "1.1.98",
  "description": "Generate strongly-typed BigQuery Views based on raw JSON",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "github.com/firebase/extensions.git",
    "directory": "firestore-bigquery-export/scripts/gen-schema-view"
  },
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "rimraf ./lib",
    "compile": "tsc && cp -r src/__tests__/fixtures lib/__tests__",
    "gen-schema-views": "node ./lib/index.js",
    "prepare": "npm run build",
    "test": "jest"
  },
  "files": [
    "lib",
    "lib/index.js",
    "lib/logs.js",
    "lib/snapshot.js",
    "lib/schema-loader-utils.js",
    "lib/schema.js",
    "lib/udf.js"
  ],
  "bin": {
    "fs-bq-schema-views": "./lib/index.js"
  },
  "author": "Jan Wyszynski <wyszynski@google.com>",
  "license": "Apache-2.0",
  "dependencies": {
    "@firebaseextensions/firestore-bigquery-change-tracker": "^1.1.17",
    "@google-cloud/bigquery": "^6.0.3",
    "commander": "5.0.0",
    "firebase-admin": "^7.1.1",
    "firebase-functions": "^2.2.1",
    "fs-find": "^0.4.0",
    "generate-schema": "^2.6.0",
    "glob": "7.1.5",
    "inquirer": "^6.4.0",
    "sql-formatter": "^2.3.3"
  },
  "devDependencies": {
    "@types/chai": "^4.1.6",
    "@types/express": "^4.17.14",
    "@types/express-serve-static-core": "4.17.30",
    "@types/jest": "^24.9.1",
    "chai": "^4.2.0",
    "jest": "^24.9.0",
    "nyc": "^14.0.0",
    "rimraf": "^2.6.3",
    "ts-jest": "^24.1.0",
    "ts-node": "^7.0.1",
    "typescript": "^4.9.3"
  }
}
