-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 932 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
35
36
{
"name": "redux-persist-encrypted-storage",
"version": "1.1.0",
"description": "Redux Persist storage for React Native Encrypted Storage",
"main": "src/index.js",
"types": "src/index.d.ts",
"repository": "https://github.com/samitha9125/redux-persist-encrypted-storage.git",
"author": "Samitha Nanayakkara",
"license": "MIT",
"keywords": [
"redux-persist",
"redux",
"encrypted-storage",
"encrypted",
"react-native",
"secure-storage",
"persisting",
"persisting-data",
"redux-persist-storage",
"react-native-storage",
"storage",
"persistent",
"offline",
"offline-storage"
],
"scripts": {
"format": "prettier --write 'src/**/*.{js,ts}' package.json README.md",
"deploy": "npm version patch && npm pack && npm publish"
},
"peerDependencies": {
"react-native-encrypted-storage": "*"
},
"devDependencies": {
"prettier": "^1.18.2"
}
}