@magnetarjs/core
Version:
Magnetar core library.
68 lines (67 loc) • 1.41 kB
JSON
{
"name": "@magnetarjs/core",
"version": "1.3.11",
"type": "module",
"sideEffects": false,
"description": "Magnetar core library.",
"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",
"dependencies": {
"@magnetarjs/types": "*",
"@magnetarjs/utils": "*",
"getorset-anything": "^1.0.1",
"is-what": "^5.0.2",
"map-anything": "^3.0.1",
"merge-anything": "^6.0.2"
},
"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"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cycraft/magnetar.git"
},
"bugs": {
"url": "https://github.com/cycraft/magnetar/issues"
}
}