UNPKG

firestore-auto-sync

Version:

<a href="https://www.npmjs.com/package/firestore-auto-sync"><img src="https://img.shields.io/npm/v/firestore-auto-sync.svg" alt="Total Downloads"></a> <a href="https://www.npmjs.com/package/firestore-auto-sync"><img src="https://img.shields.io/npm/dw/fire

55 lines (54 loc) 1.21 kB
{ "name": "firestore-auto-sync", "version": "2.0.1", "description": "", "main": "./dist/index.js", "types": "./dist/types/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"tbd\"", "tsc": "tsc" }, "peerDependencies": { "firebase-admin": "^11.2.0", "firebase-functions": "^4.0.2" }, "dependencies": { "is-what": "^4.1.7", "path-to-prop": "^2.0.2", "ts-toolbelt": "^9.6.0" }, "devDependencies": { "firebase-admin": "^11.2.0", "firebase-functions": "^4.0.2" }, "keywords": [ "firestore", "auto-sync", "auto-increment", "auto-update", "reactive-updates", "google-cloud-firestore", "firebase-firestore", "cloud-functions", "google-cloud-functions", "cloud-function-helpers", "cloud-function-auto-sync-db" ], "repository": { "type": "git", "url": "git+https://github.com/CyCraft/firestore-auto-sync.git" }, "author": "cycraft.co", "license": "ISC", "bugs": { "url": "https://github.com/CyCraft/firestore-auto-sync/issues" }, "homepage": "https://github.com/CyCraft/firestore-auto-sync#readme", "np": { "yarn": false, "branch": "production" } }