forked from ammarahm-ed/react-native-mmkv-storage
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "react-native-mmkv-storage",
"version": "0.6.0",
"description": "This library aims to provide a fast & reliable solution for you data storage needs in react-native apps. It uses [MMKV](https://github.com/Tencent/MMKV) by Tencent under the hood on Android and iOS both that is used by their WeChat app(more than 1 Billion users). Unlike other storage solutions for React Native, this library lets you store any kind of data type, in any number of database instances, with or without encryption in a very fast and efficient way.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"fast-storage",
"react",
"native",
"asyncstorage",
"async-storage",
"mmkv-database",
"mmkv-storage",
"encrypted-storage",
"encryption",
"mmkv",
"android",
"ios",
"key-value-storage",
"database",
"fast",
"storage",
"persist-storage",
"secure-storage",
"redux-persist-storage",
"react-native-mmkv-storage"
],
"repository": {
"type": "git",
"url": "https://github.com/ammarahm-ed/react-native-mmkv-storage"
},
"author": "Ammar Ahmed for @ammarahm-ed",
"license": "MIT",
"peerDependencies": {
"react-native": "*"
}
}