-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 840 Bytes
/
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
{
"name": "react-native-keychainstorage",
"version": "2.0.0",
"description": "Easy Keychain Acess for React Native ( like AsyncStorage )",
"author": "dbw03135",
"contributors": [],
"main": "lib/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/dbw03135/react-native-keychainstorage#readme",
"license": "MIT",
"private": false,
"keywords": [
"react-native",
"react native",
"keychain storage",
"keychainstorage",
"storage"
],
"repository": {
"type": "git",
"url": "https://github.com/dbw03135/react-native-keychainstorage.git"
},
"peerDependencies": {
"react": "^16.0",
"react-native": ">=0.57"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.5",
"react-native-keychain": "^7.0.0"
},
"scripts": {
"test": ""
}
}