@datorama/akita
Version:
A Reactive State Management Tailored-Made for JS Applications
38 lines (37 loc) • 836 B
JSON
{
"name": "@datorama/akita",
"version": "8.0.1",
"description": "A Reactive State Management Tailored-Made for JS Applications",
"keywords": [
"angular",
"state management",
"react",
"vue",
"typescript",
"javascript",
"rxjs",
"angular store",
"store",
"observable data stores",
"redux",
"reactive"
],
"homepage": "https://github.com/datorama/akita/tree/master/libs/akita#readme",
"bugs": {
"url": "https://github.com/datorama/akita/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/datorama/akita",
"directory": "libs/akita"
},
"license": "Apache-2.0",
"author": "Netanel Basal",
"peerDependencies": {
"rxjs": "*",
"tslib": "2.4.1"
},
"main": "./src/index.js",
"types": "./src/index.d.ts",
"dependencies": {}
}