UNPKG

signalstory

Version:

Signal-based state management for Angular that grows with your project. Explore a versatile toolbox with enriching plugins for developers at all levels.

54 lines 1.32 kB
{ "name": "signalstory", "version": "20.0.0", "description": "Signal-based state management for Angular that grows with your project. Explore a versatile toolbox with enriching plugins for developers at all levels.", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/zuriscript/signalstory/issues" }, "homepage": "https://zuriscript.github.io/signalstory/", "repository": { "type": "git", "url": "https://github.com/zuriscript/signalstory" }, "keywords": [ "state management", "angular state management", "signalstory", "signal", "store", "event handling", "reactive", "library" ], "author": { "name": "Zur Vonarburg-Shmaria", "url": "https://zuriscript.ch" }, "license": "MIT", "peerDependencies": { "@angular/common": "^20.0.0", "@angular/core": "^20.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/signalstory.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/signalstory.mjs" }, "./testing": { "types": "./testing/index.d.ts", "default": "./fesm2022/signalstory-testing.mjs" } } }