@magnetarjs/types
Version:
Magnetar shared types
63 lines (62 loc) • 1.26 kB
JSON
{
"name": "@magnetarjs/types",
"version": "1.3.11",
"type": "module",
"sideEffects": false,
"description": "Magnetar shared types",
"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": {
"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"
}
}