UNPKG

@signaldb/angular

Version:

This is the [Angular](https://angular.dev/guide/signals) plugin for [SignalDB](https://github.com/maxnowack/signaldb). SignalDB is a local-first JavaScript database with real-time sync, enabling optimistic UI with signal-based reactivity across multiple f

60 lines (59 loc) 1.32 kB
{ "name": "@signaldb/angular", "version": "1.0.5", "description": "", "scripts": { "build": "rimraf dist && vite build", "analyze-bundle": "bundle-analyzer ./dist --upload-token=$BUNDLE_ANALYZER_UPLOAD_TOKEN --bundle-name=@signaldb/angular", "test": "vitest" }, "repository": { "type": "git", "url": "git+https://github.com/maxnowack/signaldb.git" }, "homepage": "https://signaldb.js.org", "keywords": [ "angular", "client-database", "client", "database", "local-database", "offline-first", "optimistic-ui", "plugin", "reactive", "reactivity", "solid", "synchronization", "typescript" ], "author": "Max Nowack <max.nowack@gmail.com>", "license": "MIT", "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.umd.js", "default": "./dist/index.umd.js" } }, "main": "./dist/index.umd.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "peerDependencies": { "@angular/core": "16.x.x || 17.x.x || 18.x || 19.x || 20.x", "@signaldb/core": "1.x" } }