{
  "name": "magnetar",
  "version": "1.5.3",
  "type": "module",
  "description": "State-management done right with automatic sync to remote databases and services. Framework-agnostic & optimistic-UI built-in 🌟",
  "exports": {
    ".": "./dist/index.js"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist"
  ],
  "author": "Luca Ban - Mesqueeb",
  "funding": "https://github.com/sponsors/mesqueeb",
  "license": "MIT",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "del-cli dist && tsc",
    "test": "echo none"
  },
  "dependencies": {
    "@magnetarjs/core": "*",
    "@magnetarjs/plugin-firestore": "*",
    "@magnetarjs/plugin-simple-store": "*",
    "@magnetarjs/plugin-vue3": "*",
    "@magnetarjs/types": "*",
    "@magnetarjs/utils": "*"
  },
  "homepage": "https://github.com/cycraft/magnetar#readme",
  "keywords": [
    "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"
  ],
  "bugs": "https://github.com/cycraft/magnetar/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cycraft/magnetar.git"
  },
  "gitHead": "7358494dc3072b8f1f8bb7ec64ca1ecba610b3e7"
}
