zk-expo
Version:
Expo Module to create Zero-Knowledge Proofs for Groth16, Halo2 & Noir on iOS and Android.
55 lines (54 loc) • 1.8 kB
JSON
{
"name": "zk-expo",
"version": "0.6.4",
"description": "Expo Module to create Zero-Knowledge Proofs for Groth16, Halo2 & Noir on iOS and Android.",
"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": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android",
"full": "bun run cargo:ios && bun run cargo:android && cd ./example && bunx expo prebuild && cd ios && pod install && cd ..",
"onlyios": "bun run cargo:ios && cd example && bunx expo prebuild --platform ios && bun run ios",
"onlyandroid": "bun run cargo:android && cd example && bunx expo prebuild --platform android && bun run android",
"cargo:ios": "IPHONEOS_DEPLOYMENT_TARGET=13.0 bun scripts/cargo-ios.ts",
"cargo:android": "bun scripts/cargo-android.ts",
"outdated": "npx npm-check-updates --interactive"
},
"keywords": [
"react-native",
"expo",
"zk",
"zk-expo",
"ZkExpo",
"groth16",
"noir",
"halo2",
"zero",
"knowledge",
"proofs"
],
"repository": "https://github.com/anudit/zk-expo",
"bugs": {
"url": "https://github.com/anudit/zk-expo/issues"
},
"author": "Anudit Nagar <nagaranudit@gmail.com> (https://github.com/anudit)",
"license": "MIT",
"homepage": "https://github.com/anudit/zk-expo#readme",
"devDependencies": {
"@types/react": "^19.1.8",
"expo-module-scripts": "^4.1.9",
"expo-modules-core": "^2.4.2"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}