expo-app-integrity
Version:
App Attest and App Integrity APIs
46 lines (45 loc) • 1.35 kB
JSON
{
"name": "expo-app-integrity",
"version": "0.3.0",
"description": "App Attest and App Integrity APIs",
"main": "build/index.js",
"types": "build/index.d.ts",
"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",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"integrity",
"Integrity"
],
"repository": "https://github.com/jeffDevelops/expo-app-integrity",
"bugs": {
"url": "https://github.com/jeffDevelops/expo-app-integrity/issues"
},
"author": "Jeff Reynolds <jefferydreynolds@gmail.com> (https://github.com/jeffDevelops)",
"license": "MIT",
"homepage": "https://github.com/jeffDevelops/expo-app-integrity#readme",
"devDependencies": {
"@types/react": "^18.0.25",
"@types/react-native": "^0.70.6",
"expo-module-scripts": "^3.0.4",
"expo-modules-core": "^1.1.0"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*",
"expo-secure-store": "~12.1.1",
"expo-build-properties": "~0.5.1",
"expo-device": "~5.2.1"
}
}