ngrx-store-persist
Version:
ngrx-store-persist depends on @ngrx/store and angular 2+
42 lines (41 loc) • 1.14 kB
JSON
{
"name": "ngrx-store-persist",
"version": "1.0.25",
"description": "ngrx-store-persist depends on @ngrx/store and angular 2+",
"main": "dist/index.js",
"types": "@types/index.d.ts",
"scripts": {
"build": "tsc -p . --newLine lf",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koriUA/rxjs-store-persist.git"
},
"keywords": [
"redux",
"ngrx",
"store",
"IndexedDB",
"locastorage",
"websql",
"persist"
],
"author": "Vitalii Ivanchyshyn",
"license": "ISC",
"bugs": {
"url": "https://github.com/koriUA/rxjs-store-persist.git/issues"
},
"homepage": "https://github.com/koriUA/rxjs-store-persist.git#readme",
"peerDependencies": {
"@ngrx/store": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || >=15.0.0"
},
"dependencies": {
"deepmerge": "^4.3.0",
"localforage": "^1.10.0"
},
"devDependencies": {
"prettier": "2.8.3",
"typescript": "4.9.4"
}
}