UNPKG

@magnetarjs/utils-firestore

Version:
74 lines (73 loc) 1.59 kB
{ "name": "@magnetarjs/utils-firestore", "version": "1.3.11", "type": "module", "sideEffects": false, "description": "Magnetar utils firestore", "exports": { ".": "./dist/index.js" }, "engines": { "node": ">=18" }, "files": [ "dist" ], "scripts": { "typecheck": "tsc --noEmit", "build": "del-cli dist && tsc", "test": "echo none" }, "author": "Luca Ban - Mesqueeb", "funding": "https://github.com/sponsors/mesqueeb", "license": "TBD", "homepage": "https://github.com/cycraft/magnetar#readme", "dependencies": { "@magnetarjs/types": "*", "@magnetarjs/utils": "*", "getorset-anything": "^1.0.1", "is-what": "^5.0.2", "merge-anything": "^6.0.2", "remove-anything": "^2.0.2" }, "keywords": [ "magnetar-utils", "firebase", "firestore", "cloud-firestore", "google-cloud-firestore", "vuex-easy-firestore", "magnetar", "magnetarjs", "state-management", "syncing-solution", "db-sync", "auto-sync", "framework-agnostic", "optimistic-ui", "vuejs", "vuex", "vue-sync", "vue-state", "vue-db", "vue-store", "firestore", "data-store", "data-cache", "cache-store", "local-store", "remote-store", "global-store", "database-sync", "database-management", "database" ], "repository": { "type": "git", "url": "git+https://github.com/cycraft/magnetar.git" }, "bugs": { "url": "https://github.com/cycraft/magnetar/issues" }, "gitHead": "7358494dc3072b8f1f8bb7ec64ca1ecba610b3e7" }