{
  "name": "@fermuch/firebase-orm",
  "version": "1.6.9",
  "description": "Firestore Orm",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "build:full": "rm -rf dist && npm run build",
    "test": "jest --detectOpenHandles --runInBand --watch --onlyChanged"
  },
  "peerDependencies": {
    "firebase": "^5.9.4",
    "@arbel/firesql": "^1.0.3",
    "rxfire": "^3.3.10",
    "moment": "^2.24.0",
    "rxjs": "^6.4.0"
  },
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "@types/node": "^12.6.3",
    "jest": "^24.8.0",
    "jest-cli": "^24.8.0",
    "ts-jest": "^24.0.2",
    "tslint": "^5.15.0",
    "typescript": "^3.4.3"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/yariv.luts/firestore-orm.git"
  },
  "author": "Yariv Luts",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/yariv.luts/firestore-orm/issues"
  },
  "homepage": "https://gitlab.com/yariv.luts/firestore-orm#readme",
  "dependencies": {
    "@arbel/firesql": "^1.0.3",
    "@arbel/node-xhr2": "^0.2.0",
    "@types/axios": "^0.14.0",
    "@types/qs": "^6.5.3",
    "atob": "^2.1.2",
    "axios": "^0.19.0",
    "blob": "0.0.5",
    "btoa": "^1.2.1",
    "cross-fetch": "^3.0.4",
    "firebase": "^5.10.0",
    "firebase-admin": "^8.3.0",
    "moment": "^2.24.0",
    "node-fetch": "^2.6.0",
    "qs": "^6.7.0",
    "rxfire": "^3.6.5",
    "rxjs": "^6.5.2",
    "to-arraybuffer": "^1.0.1",
    "whatwg-fetch": "^3.0.0",
    "ws": "^7.1.1",
    "xhr2": "^0.2.0"
  }
}
