@datorama/akita
Version:
A Reactive State Management Tailored-Made for JS Applications
40 lines (39 loc) • 904 B
JSON
{
"name": "@datorama/akita",
"version": "7.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",
"dependencies": {
"schematics-utilities": "^2.0.3"
},
"peerDependencies": {
"rxjs": "*"
},
"schematics": "./schematics/collection.json",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}