@magnetarjs/plugin-simple-store
Version:
Magnetar plugin simple store
74 lines (73 loc) • 1.6 kB
JSON
{
"name": "@magnetarjs/plugin-simple-store",
"version": "1.3.11",
"type": "module",
"sideEffects": false,
"description": "Magnetar plugin simple store",
"exports": {
".": "./dist/index.js"
},
"engines": {
"node": ">=18"
},
"files": [
"dist"
],
"scripts": {
"typecheck": "tsc --noEmit",
"build": "del-cli dist && tsc",
"test": "vitest run"
},
"author": "Luca Ban - Mesqueeb",
"funding": "https://github.com/sponsors/mesqueeb",
"license": "TBD",
"homepage": "https://github.com/cycraft/magnetar#readme",
"devDependencies": {
"@magnetarjs/core": "*"
},
"dependencies": {
"@magnetarjs/types": "*",
"@magnetarjs/utils": "*",
"copy-anything": "^4.0.2",
"getorset-anything": "^1.0.1",
"is-what": "^5.0.2",
"merge-anything": "^6.0.2",
"nestify-anything": "^3.0.2",
"path-to-prop": "^3.0.1"
},
"keywords": [
"magnetar-plugin",
"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"
}