xaco-store
Version:
A lightweight state management library for Angular using Signals
51 lines • 1.14 kB
JSON
{
"name": "xaco-store",
"version": "0.2.0",
"description": "A lightweight state management library for Angular using Signals",
"author": "Xaconi",
"repository": {
"type": "git",
"url": "https://github.com/Xaconi/xaco-store"
},
"homepage": "https://github.com/Xaconi/xaco-store#readme",
"bugs": {
"url": "https://github.com/Xaconi/xaco-store/issues"
},
"keywords": [
"angular",
"state-management",
"state",
"store",
"signals",
"rxjs",
"typescript",
"angular-state",
"angular-store",
"angular-signals",
"reactive",
"immutable",
"flux",
"redux-alternative"
],
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/xaco-store.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/xaco-store.mjs",
"esm": "./esm2022/xaco-store.mjs",
"default": "./fesm2022/xaco-store.mjs"
}
}
}