@wora/cache-persist
Version:
@wora Cache Persist
47 lines (46 loc) • 1.05 kB
JSON
{
"name": "@wora/cache-persist",
"version": "2.2.1",
"keywords": [
"cache",
"react-native",
"persist",
"AsyncStorage",
"inmemory",
"indexeddb"
],
"main": "lib/index.js",
"license": "MIT",
"description": "@wora Cache Persist",
"author": {
"name": "morrys"
},
"funding": {
"url": "https://github.com/sponsors/morrys"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/morrys/wora",
"repository": {
"type": "git",
"url": "https://github.com/morrys/wora"
},
"scripts": {
"clean": "rimraf lib/*",
"clean-dep": "rimraf node_modules/*",
"precompile": "npm run clean",
"compile": "tsc",
"format": "prettier --write \"src/**/*.{j,t}s*\"",
"eslint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
"test": "jest --coverage"
},
"dependencies": {
"idb": "^4.0.0"
},
"devDependencies": {
"@react-native-async-storage/async-storage": "1.13.3",
"tslib": "^1.11.1"
},
"gitHead": "c480a4ba992e8e1b82eae70c199158a32e69564c"
}