46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
![]() |
{
|
|||
|
"name": "expo-secure-store",
|
|||
|
"version": "9.3.0",
|
|||
|
"description": "Provides a way to encrypt and securely store key–value pairs locally on the device.",
|
|||
|
"main": "build/SecureStore.js",
|
|||
|
"types": "build/SecureStore.d.ts",
|
|||
|
"sideEffects": false,
|
|||
|
"scripts": {
|
|||
|
"build": "expo-module build",
|
|||
|
"clean": "expo-module clean",
|
|||
|
"lint": "expo-module lint",
|
|||
|
"test": "expo-module test",
|
|||
|
"prepare": "expo-module prepare",
|
|||
|
"prepublishOnly": "expo-module prepublishOnly",
|
|||
|
"expo-module": "expo-module"
|
|||
|
},
|
|||
|
"keywords": [
|
|||
|
"react-native",
|
|||
|
"expo",
|
|||
|
"expo-secure-store",
|
|||
|
"secure",
|
|||
|
"store"
|
|||
|
],
|
|||
|
"repository": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/expo/expo.git",
|
|||
|
"directory": "packages/expo-secure-store"
|
|||
|
},
|
|||
|
"bugs": {
|
|||
|
"url": "https://github.com/expo/expo/issues"
|
|||
|
},
|
|||
|
"author": "650 Industries, Inc.",
|
|||
|
"license": "MIT",
|
|||
|
"homepage": "https://docs.expo.io/versions/latest/sdk/securestore/",
|
|||
|
"jest": {
|
|||
|
"preset": "expo-module-scripts"
|
|||
|
},
|
|||
|
"unimodulePeerDependencies": {
|
|||
|
"@unimodules/core": "*"
|
|||
|
},
|
|||
|
"devDependencies": {
|
|||
|
"expo-module-scripts": "~1.2.0"
|
|||
|
},
|
|||
|
"gitHead": "bc6b4b3bc3cb5e44e477f145c72c07ed09588651"
|
|||
|
}
|